Interface IDfmFencesBlockPathQueryOption
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public interface IDfmFencesBlockPathQueryOption
Properties
DedentLength
Declaration
int ? DedentLength { get; set; }
Property Value
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
HighlightLines
Declaration
string HighlightLines { get; set; }
Property Value
Methods
GetQueryLines(String[])
Declaration
IEnumerable<string> GetQueryLines(string[] lines)
Parameters
Type |
Name |
Description |
String[] |
lines |
|
Returns
ValidateAndPrepare(String[], DfmFencesToken)
Declaration
bool ValidateAndPrepare(string[] lines, DfmFencesToken token)
Parameters
Returns
ValidateHighlightLinesAndDedentLength(Int32)
Declaration
bool ValidateHighlightLinesAndDedentLength(int totalLines)
Parameters
Type |
Name |
Description |
Int32 |
totalLines |
|
Returns
Extension Methods