Search Results for

    Show / Hide Table of Contents

    Interface IFileLinkInfo

    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface IFileLinkInfo

    Properties

    | Improve this Doc View Source

    FileLinkInDest

    The file link in dest folder.

    Declaration
    string FileLinkInDest { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FileLinkInSource

    The file link in source folder.

    Declaration
    string FileLinkInSource { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FromFileInDest

    The path of link from file in dest folder.

    Declaration
    string FromFileInDest { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FromFileInSource

    The path of link from file in source folder.

    Declaration
    string FromFileInSource { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    GroupInfo

    The group information that current link belongs to

    Declaration
    GroupInfo GroupInfo { get; }
    Property Value
    Type Description
    GroupInfo
    | Improve this Doc View Source

    Href

    The href.

    Declaration
    string Href { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IsResolved

    Is resolved by DocFX.

    Declaration
    bool IsResolved { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    ToFileInDest

    The path of link to file in dest folder.

    Declaration
    string ToFileInDest { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ToFileInSource

    The path of link to file in source folder.

    Declaration
    string ToFileInSource { get; }
    Property Value
    Type Description
    String

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX