IncludeStandardMetadataSignatures

SignatureSettings.IncludeStandardMetadataSignatures property

Gets or sets flag to include into the Metadata List the embedded standard document metadata signatures like Author, Owner, document creation date, modified date, etc. If this flag is set to false (by default) the GetDocumentInfo will not include these metadata signatures. When this flag is set to true the document information will include these standard metadata signatures.

public bool IncludeStandardMetadataSignatures { get; set; }

See Also