Show / Hide Table of Contents

    Class SaveResult

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

    Properties

    DocumentType

    Declaration
    public string DocumentType { get; set; }
    Property Value
    Type Description
    String

    ExternalXRefSpecs

    Declaration
    public ImmutableArray<XRefSpec> ExternalXRefSpecs { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<XRefSpec>

    FileLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>>

    FileWithoutExtension

    Declaration
    public string FileWithoutExtension { get; set; }
    Property Value
    Type Description
    String

    LinkToFiles

    Declaration
    public ImmutableArray<string> LinkToFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<String>

    LinkToUids

    Declaration
    public ImmutableHashSet<string> LinkToUids { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableHashSet<String>

    ResourceFile

    Declaration
    public string ResourceFile { get; set; }
    Property Value
    Type Description
    String

    TocMap

    Declaration
    public ImmutableDictionary<string, HashSet<string>> TocMap { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, HashSet<String>>

    UidLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>>

    XRefSpecs

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

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX