Class SaveResult
Namespace:Microsoft.DocAsCode.Plugins
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
Type |
Description |
System.Collections.Immutable.ImmutableArray<XRefSpec> |
|
|
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
Type |
Description |
System.Collections.Immutable.ImmutableArray<String> |
|
|
Improve this Doc
View Source
LinkToUids
Declaration
public ImmutableHashSet<string> LinkToUids { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableHashSet<String> |
|
|
Improve this Doc
View Source
ResourceFile
Declaration
public string ResourceFile { get; set; }
Property Value
|
Improve this Doc
View Source
TocMap
Declaration
public ImmutableDictionary<string, HashSet<string>> TocMap { get; set; }
Property Value
|
Improve this Doc
View Source
XRefSpecs
Declaration
public ImmutableArray<XRefSpec> XRefSpecs { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableArray<XRefSpec> |
|
Extension Methods