Class TemplateMetadata
- Namespace
- MailStencil
- Assembly
- MailStencil.Core.dll
Optional metadata describing a complete template snapshot.
public sealed class TemplateMetadata
- Inheritance
-
TemplateMetadata
- Inherited Members
Remarks
Tokens are opaque. An ETag must describe all content parts, not just one storage object. Native object versions need not equal logical template versions.
Properties
ETag
Gets the provider's aggregate change token, when available.
public string? ETag { get; init; }
Property Value
LastModified
Gets the snapshot's last modification time, when available.
public DateTimeOffset? LastModified { get; init; }
Property Value
Version
Gets the resolved logical template version, when available.
public string? Version { get; init; }