DocFxSource

Represents source information for a DocFX API item.

Syntax

public class DocFxSource

Inheritance

Properties

EndLine

public int EndLine { get; set; }
Gets or sets the end line number.

Returns

int

Path

public string Path { get; set; }
Gets or sets the source file path.

Returns

string

Remote

public DocFxRemote Remote { get; set; }
Gets or sets the remote repository information.

Returns

DocFxRemote

StartLine

public int StartLine { get; set; }
Gets or sets the start line number.

Returns

int