CustomDocument.

Id Property

Summary

An identifier that is generated when the document is created and stays the same after cloning.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public string Id { get; }

Value

Type Description
string The identifier.
GitHub