Id Property
An identifier that is generated when the document is created and stays the same after cloning.
Namespace
Statiq.Common
Containing Type
Document<TDocument>
Implements
Property Type
Guid

Syntax

[PropertyMetadata(null)]
public Guid Id { get; private set; }

Attributes

Type Description
PropertyMetadataAttribute Indicates that a document property should have a different metadata name than the property name.

Value

Type Description
Guid