Class SaveResult
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
Properties
DocumentType
Declaration
public string DocumentType { get; set; }
Property Value
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
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
TocMap
Declaration
public ImmutableDictionary<string, HashSet<string>> TocMap { get; set; }
Property Value
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