The metadata type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| metadata |
Create a metadata instance using the given packageDocument XmlDocument.
The metadata node is extracted
|
Methods
| Name | Description | |
|---|---|---|
| AddMultiItem | The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows the caller to add a new instance of such items, identified by an index. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItem |
Gets the value of the given metadata item, if it is present in the metadata.
| |
| GetMultiItem | Retrieves one of a set of metadata items of the same type. The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows access to a single instance of such items, identified by an index. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUniqueIdentifier | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetItem |
Sets the value of the given metadata item. If the given item is not present in the
metadata a node of that type is added.
| |
| SetMultiItem | Sets the value one of a set of metadata items of the same type. The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows the caller to set a single instance of such items, identified by an index. | |
| SetUniqueIdentifier | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| LastError |
The last error detected by the class.
|
Properties
| Name | Description | |
|---|---|---|
| Identifiers | ||
| MetaDataNode |
Gets the metadata node as an XmlNode
| |
| MetaDataNodes |
Gets the metadata as a XmlNodeList
|