Interface IFileLinkInfo
Namespace: Microsoft.DocAsCode.Plugins
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IFileLinkInfo
Properties
| Improve this Doc View SourceFileLinkInDest
The file link in dest folder.
Declaration
string FileLinkInDest { get; }
Property Value
Type | Description |
---|---|
String |
FileLinkInSource
The file link in source folder.
Declaration
string FileLinkInSource { get; }
Property Value
Type | Description |
---|---|
String |
FromFileInDest
The path of link from file in dest folder.
Declaration
string FromFileInDest { get; }
Property Value
Type | Description |
---|---|
String |
FromFileInSource
The path of link from file in source folder.
Declaration
string FromFileInSource { get; }
Property Value
Type | Description |
---|---|
String |
GroupInfo
The group information that current link belongs to
Declaration
GroupInfo GroupInfo { get; }
Property Value
Type | Description |
---|---|
GroupInfo |
Href
The href.
Declaration
string Href { get; }
Property Value
Type | Description |
---|---|
String |
IsResolved
Is resolved by DocFX.
Declaration
bool IsResolved { get; }
Property Value
Type | Description |
---|---|
Boolean |
ToFileInDest
The path of link to file in dest folder.
Declaration
string ToFileInDest { get; }
Property Value
Type | Description |
---|---|
String |
ToFileInSource
The path of link to file in source folder.
Declaration
string ToFileInSource { get; }
Property Value
Type | Description |
---|---|
String |