Class SaveResult
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
Properties
|
Improve this Doc
View Source
DocumentType
Declaration
public string DocumentType { get; set; }
Property Value
|
Improve this Doc
View Source
ExternalXRefSpecs
Declaration
public ImmutableArray<XRefSpec> ExternalXRefSpecs { get; set; }
Property Value
|
Improve this Doc
View Source
FileLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
Property Value
|
Improve this Doc
View Source
FileWithoutExtension
Declaration
public string FileWithoutExtension { get; set; }
Property Value
|
Improve this Doc
View Source
LinkToFiles
Declaration
public ImmutableArray<string> LinkToFiles { get; set; }
Property Value
|
Improve this Doc
View Source
LinkToUids
Declaration
public ImmutableHashSet<string> LinkToUids { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceFile
Declaration
public string ResourceFile { get; set; }
Property Value
|
Improve this Doc
View Source
TocMap
Declaration
[Obsolete("use DocumentBuildContext.TocMap")]
public ImmutableDictionary<string, HashSet<string>> TocMap { get; set; }
Property Value
|
Improve this Doc
View Source
UidLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
Property Value
|
Improve this Doc
View Source
XRefSpecs
Declaration
public ImmutableArray<XRefSpec> XRefSpecs { get; set; }
Property Value
Extension Methods