Click or drag to resize

KnownStringMetadataFieldsCreator Field

Office document and HTML associated metadata field. For Open Document and other formats which use the Dublin Core Metadata Initiative defined metadata fields, "initial-creator" is the original author of document and "creator" is the last person who edited the document.

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[KnownMetadataAttribute(IsOfficeType = true, IsHtmlType = true)]
public const string Creator = "Creator"

Field Value

String
See Also