CustomDocument.

SourceString() Method

Summary

Gets a string representation of the source that's guaranteed non-null, used primarily for trace messages.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public string SourceString()

Return Value

Type Description
string A string representation of the source.
GitHub