MetadataPackage class

MetadataPackage class

Represents base abstraction for a metadata package.

The MetadataPackage type exposes the following members:

Methods

Method Description
add_properties Adds known metadata properties satisfying the specified predicate, recursively affecting all nested packages.
add_properties_func
contains Determines whether the package contains a metadata property with the specified name.
contains_file
contains_string
find_properties Finds metadata properties that satisfy the specified predicate, searching recursively through all nested packages.
find_properties_func
get_enumerator Returns an enumerator that iterates through the collection.
remove_properties Removes metadata properties satisfying the specified predicate.
remove_properties_func
sanitize Removes writable metadata properties from the package, recursively affecting all nested packages.
set_properties Sets known metadata properties satisfying the specified predicate.
set_properties_func
update_properties Updates known metadata properties satisfying the specified predicate, recursively affecting all nested packages.
update_properties_func

Properties

Property Description
count The number of metadata properties.
item
keys The collection of the metadata property names.
know_property_descriptors The collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
metadata_type The metadata type of the metadata package.
property_descriptors The collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.

See Also