MetadataSearchOptions

MetadataSearchOptions class

Represents search options for Metadata signatures.

public class MetadataSearchOptions : SearchOptions

Constructors

Name Description
MetadataSearchOptions() Initializes a new instance of the MetadataSearchOptions class with default values.

Properties

Name Description
AllPages { get; set; } Flag to search on each Document page. By default this value is set to true.
DataEncryption { get; set; } Gets or sets implementation of IDataEncryption interface to decrypt all Metadata signatures withing this options collection. If this value is set all found signatures will use this encryption by default or its own DataEncryption if it was assigned.
IncludeBuiltinProperties { get; set; } Indicates if Built-in document properties like Document statistic, information etc should be included into Search result. This flag has sense for Presentation, Spreadsheet and Word Processing document file types.
Name { get; set; } Specifies Metadata Signature name if it should be searched and matched.
NameMatchType { get; set; } Gets or sets Metadata name Match Type search. It is used only when Name property is set.
PageNumber { get; set; } Gets or sets Document page number for searching. Value is optional.
PagesSetup { get; set; } Options to specify pages for Signature searching.
SkipExternal { get; set; } Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.

Remarks

Learn more

See Also