Represents a metadata item which is used in container items and metadata extraction functionality.
Inheritance Hierarchy
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic sealed class MetadataItem
Public NotInheritable Class MetadataItem
public ref class MetadataItem sealed
[<SealedAttribute>]
type MetadataItem = class end
The MetadataItem type exposes the following members.
Constructors
| Name | Description |
---|
 | MetadataItem |
Initializes a new instance of the MetadataItem class.
|
Properties
| Name | Description |
---|
 | Name |
Gets the name of the metadata item.
|
 | Value |
Gets the value of the metadata item.
|
Methods
Remarks
An instance of
MetadataItem class is used as return value
of
GetMetadata method and as a item in
Metadata collection.
See the usage examples there.
See Also