Search Results for

    Show / Hide Table of Contents

    Interface ISupportIncrementalDocumentProcessor

    Declare a document processor can support incremental build.

    Inherited Members
    IDocumentProcessor.Name
    IDocumentProcessor.BuildSteps
    IDocumentProcessor.GetProcessingPriority(FileAndType)
    IDocumentProcessor.Load(FileAndType, ImmutableDictionary<String, Object>)
    IDocumentProcessor.Save(FileModel)
    IDocumentProcessor.UpdateHref(FileModel, IDocumentBuildContext)
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface ISupportIncrementalDocumentProcessor : IDocumentProcessor

    Methods

    | Improve this Doc View Source

    GetIncrementalContextHash()

    Get the hash of incremental context, if it is different from latest one then full build.

    Declaration
    string GetIncrementalContextHash()
    Returns
    Type Description
    String

    the hash.

    | Improve this Doc View Source

    LoadIntermediateModel(Stream)

    Load intermediate model from stream.

    Declaration
    FileModel LoadIntermediateModel(Stream stream)
    Parameters
    Type Name Description
    Stream stream

    The stream containing saved model.

    Returns
    Type Description
    FileModel

    The file model.

    | Improve this Doc View Source

    SaveIntermediateModel(FileModel, Stream)

    Save intermediate model to stream.

    Declaration
    void SaveIntermediateModel(FileModel model, Stream stream)
    Parameters
    Type Name Description
    FileModel model

    The model to save.

    Stream stream

    The stream for saving.

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX