FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method GetPipeline

    GetPipeline(string)

    Gets the pipeline to use for processing a file with the specified source extension.

    Declaration
    public FileProcessingPipeline GetPipeline(string extension)
    Parameters
    Type Name Description
    string extension

    The lowercase normalized source file extension, including the leading dot (e.g., ".jpg"), or an empty string when the source has no extension.

    Returns
    Type Description
    FileProcessingPipeline

    The pipeline to execute.

    Implements
    IFileProcessingPipelineSelector.GetPipeline(string)
    © Singulink. All rights reserved.