MetadataItem
MetadataItem class
Represents a metadata item which is used in container items and metadata extraction functionality.
public sealed class MetadataItem
Constructors
| Name | Description |
|---|---|
| MetadataItem(string, string) | Initializes a new instance of the MetadataItem class. |
Properties
| Name | Description |
|---|---|
| Name { get; } | Gets the name of the metadata item. |
| Value { get; } | Gets the value of the metadata item. |
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
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser