RootMetadataPackage class

RootMetadataPackage class

Represents an entry point to all metadata packages presented in a particular file.

The RootMetadataPackage type exposes the following members:

Methods

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

Properties

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

See Also