CodeExampleInfoSourceCodePath Property

Gets or sets the path of the source code file where the example type is defined.

Definition

Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string SourceCodePath { get; set; }

Property Value

String
The path to the example source code file, if any; otherwise .

Remarks

An example type is expected to be defined in a source code file named from the class name.

See Also