FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method ToPipeline

    ToPipeline(SourceBufferingMode, bool, bool)

    Creates a FileProcessingPipeline that contains this processor.

    Declaration
    public FileProcessingPipeline ToPipeline(SourceBufferingMode sourceBufferingMode = SourceBufferingMode.Auto, bool aliasWhenVariantSourceUnchanged = false, bool throwWhenMainSourceUnchanged = false)
    Parameters
    Type Name Description
    SourceBufferingMode sourceBufferingMode

    The mode to use for buffering source streams to temporary repository work files.

    bool aliasWhenVariantSourceUnchanged

    When true, an alias to the source is stored if a variant pipeline run produces no changes. See AliasWhenVariantSourceUnchanged for details.

    bool throwWhenMainSourceUnchanged

    When true, a FileSourceUnchangedException is thrown to the caller if a transactional main pipeline run produces no changes. See ThrowWhenMainSourceUnchanged for details.

    Returns
    Type Description
    FileProcessingPipeline
    © Singulink. All rights reserved.