Search Results for

    Show / Hide Table of Contents

    Class SaveResult

    Inheritance
    Object
    SaveResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class SaveResult

    Properties

    | Improve this Doc View Source

    DocumentType

    Declaration
    public string DocumentType { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ExternalXRefSpecs

    Declaration
    public ImmutableArray<XRefSpec> ExternalXRefSpecs { get; set; }
    Property Value
    Type Description
    ImmutableArray<XRefSpec>
    | Improve this Doc View Source

    FileLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
    Property Value
    Type Description
    ImmutableDictionary<String, ImmutableList<LinkSourceInfo>>
    | Improve this Doc View Source

    FileWithoutExtension

    Declaration
    public string FileWithoutExtension { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LinkToFiles

    Declaration
    public ImmutableArray<string> LinkToFiles { get; set; }
    Property Value
    Type Description
    ImmutableArray<String>
    | Improve this Doc View Source

    LinkToUids

    Declaration
    public ImmutableHashSet<string> LinkToUids { get; set; }
    Property Value
    Type Description
    ImmutableHashSet<String>
    | Improve this Doc View Source

    ResourceFile

    Declaration
    public string ResourceFile { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    TocMap

    Declaration
    [Obsolete("use DocumentBuildContext.TocMap")]
    public ImmutableDictionary<string, HashSet<string>> TocMap { get; set; }
    Property Value
    Type Description
    ImmutableDictionary<String, HashSet<String>>
    | Improve this Doc View Source

    UidLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
    Property Value
    Type Description
    ImmutableDictionary<String, ImmutableList<LinkSourceInfo>>
    | Improve this Doc View Source

    XRefSpecs

    Declaration
    public ImmutableArray<XRefSpec> XRefSpecs { get; set; }
    Property Value
    Type Description
    ImmutableArray<XRefSpec>

    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