MetadataFilters Enumeration |
Represents a list of the most common types of document metadata.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntax[FlagsAttribute]
public enum MetadataFilters
<FlagsAttribute>
Public Enumeration MetadataFilters
[FlagsAttribute]
public enum class MetadataFilters
[<FlagsAttribute>]
type MetadataFilters
Members
| Member name | Value | Description |
---|
| None | 0 |
Empty filter setting, matches no metadata items.
|
| Author | 1 |
Author of the document.
|
| Category | 2 |
Category of the document.
|
| Comments | 4 |
Comment for the document.
|
| Company | 8 |
Company of the Author.
|
| ContentStatus | 16 |
Content status.
|
| CreatedTime | 32 |
Created time.
|
| HyperlinkBase | 64 |
Hyperlink base.
|
| LastPrinted | 128 |
Last printed date and time.
|
| LastSavedBy | 256 |
Last saved by user.
|
| LastSavedTime | 1024 |
Last saved date and time.
|
| NameOfApplication | 2048 |
Name of application where the document was created.
|
| Manager | 4096 |
Author's manager name.
|
| RevisionNumber | 8192 |
Revision number.
|
| Subject | 16384 |
Subject of the document.
|
| Template | 32768 |
Document template name.
|
| Title | 65536 |
Document title.
|
| TotalEditingTime | 131072 |
Total editing time.
|
| Version | 262144 |
Document's version.
|
| Description | 524288 |
Document's description.
|
| Keywords | 1048576 |
Document's keywords.
|
| ContentType | 2097152 |
Content type.
|
| All | 2147483647 |
All types of the metadata items.
|
Remarks
See Also