XmpMediaManagementPackage Class |
Namespace: GroupDocs.Metadata.Standards.Xmp.Schemes
The XmpMediaManagementPackage type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmpMediaManagementPackage |
Initializes a new instance of the XmpMediaManagementPackage class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of metadata properties.
(Inherited from MetadataPackage.) |
![]() | DerivedFrom |
Gets or sets the reference to the resource from which this one is derived.
|
![]() | DocumentID |
Gets or sets the common identifier for all versions and renditions of the resource.
|
![]() | History |
Gets or sets an array of high-level actions that resulted in this resource.
|
![]() | Ingredients |
Gets or sets the references to resources that were incorporated, by inclusion or reference, into this resource.
|
![]() | InstanceID |
Gets or sets the identifier for a specific incarnation of a resource, updated each time the file is saved.
|
![]() | Item |
Gets the MetadataProperty with the specified name.
(Inherited from MetadataPackage.) |
![]() | Keys |
Gets a collection of the metadata property names.
(Inherited from MetadataPackage.) |
![]() | KnowPropertyDescriptors | Obsolete.
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | ManagedFrom |
Gets or sets the reference to the document as it was prior to becoming managed.
|
![]() | Manager |
Gets or sets the name of the asset management system that manages this resource.
|
![]() | ManagerVariant |
Gets or sets the particular variant of the asset management system.
|
![]() | ManageTo |
Gets or sets the URI identifying the managed resource to the asset management system
|
![]() | ManageUI |
Gets or sets the URI that can be used to access information about the managed resource through a web browser.
|
![]() | MetadataType |
Gets the metadata type.
(Inherited from MetadataPackage.) |
![]() | NamespaceUri |
Gets the namespace URI.
(Inherited from XmpPackage.) |
![]() | OriginalDocumentID |
Gets or sets the common identifier for the original resource from which the current resource is derived.
|
![]() | Prefix |
Gets the xmlns prefix.
(Inherited from XmpPackage.) |
![]() | PropertyDescriptors |
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | RenditionClass |
Gets or sets the rendition class name for this resource.
|
![]() | RenditionParams |
Gets or sets the value that is used to provide additional rendition parameters
that are too complex or verbose to encode in xmpMM:RenditionClass.
|
![]() | VersionID |
Gets or sets the document version identifier for this resource.
|
![]() | Versions |
Gets or sets the version history associated with this resource.
|
![]() | XmlNamespace |
Gets the XML namespace.
(Inherited from XmpPackage.) |
Name | Description | |
---|---|---|
![]() | AddProperties |
Adds known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Clear |
Removes all XMP properties.
(Inherited from XmpPackage.) |
![]() | Contains |
Determines whether the package contains a metadata property with the specified name.
(Inherited from MetadataPackage.) |
![]() | Equals | (Inherited from Object.) |
![]() | FindProperties |
Finds the metadata properties satisfying the specified predicate.
The search is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from MetadataPackage.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetXmpRepresentation |
Converts the XMP value to the XML representation.
(Inherited from XmpPackage.) |
![]() | Remove |
Removes the property with the specified name.
(Inherited from XmpPackage.) |
![]() | RemoveProperties |
Removes metadata properties satisfying the specified predicate.
(Inherited from MetadataPackage.) |
![]() | Sanitize |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Set(String, XmpArray) |
Sets the value inherited from XmpArray .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpComplexType) |
Sets the value inherited from XmpComplexType .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpValueBase) |
Sets the value inherited from XmpValueBase .
(Inherited from XmpPackage.) |
![]() | Set(String, Boolean) |
Sets boolean property.
(Inherited from XmpPackage.) |
![]() | Set(String, DateTime) |
Sets DateTime property.
(Inherited from XmpPackage.) |
![]() | Set(String, Double) |
Sets double property.
(Inherited from XmpPackage.) |
![]() | Set(String, Int32) |
Sets integer property.
(Inherited from XmpPackage.) |
![]() | Set(String, String) |
Sets string property.
(Inherited from XmpPackage.) |
![]() | SetProperties |
Sets known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
This method is a combination of AddProperties(FuncMetadataProperty, Boolean, PropertyValue) and UpdateProperties(FuncMetadataProperty, Boolean, PropertyValue).
If an existing property satisfies the predicate its value is updated.
If there is a known property missing in the package that satisfies the predicate it is added to the package.
(Inherited from MetadataPackage.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateProperties |
Updates known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |