FileMetadata 1.0 control documentation

MetadataItem overview

Public Instance Properties

MetadataPath Gets the path of Metadata stream.
Name Gets the name of metadata.
Parent Gets the parent FileMetadata collection of this metadata.
Size Gets the size of the Metadata value in bytes.
Type Gets the type of metadata stream.

Public Instance Methods

CopyValueToCopies value from source MetadataItem to the specified target MetadataItem.
DeleteOverloaded. Removes Metadata from file and from parent FileMetadata collection.
GetBytesValueReturns value of the Metadata as array of bytes.
GetHashCode Returns the hash code for this instance.
GetStringValueReturns value of the Metadata as String in specified Encoding.
OpenStreamOverloaded. Opens a stream for reading or writing value of Metadata.
SetBytesValueWrites value to the Metadata as an array of bytes.
SetStringValueWrites the string value in specified Encoding to the Metadata
ToString Returns the string representation of the object.

See Also

MetadataItem Class | ElementIT.FileMetadata Namespace