FileMetadata 1.0 control documentation

FileMetadata overview

Public Instance Constructors

FileMetadata Constructor Initializes a new instance of the FileMetadata class.

Public Instance Properties

Count Gets a value indicating the number of MetadataItem objects in collection.
ItemOverloaded. Gets an individual MetadataItem object from the collection by the specified name.
MaxMetadataName Gets maximum length for MetadataItem name
Path Gets full name of the file or folder that was passed to FileMetadata constructor.
Supported Gets a value that indicates whether the file supports metadata (Alternate Data Streams) or not.

Public Instance Methods

AddCreates MetadataItem with specified name and adds for the file.
ClearRemoves all MetadataItem objects in collection and from file system.
CopyToOverloaded. Copies all MetadataItem from source collection to the specified target FileMetadata collection.
GetEnumeratorReturns IEnumerator object that allows to iterate through the all metadata of the file.
GetHashCode Returns the hash code for this instance.
IndexOfOverloaded. Determines the index of MetadataItem object in collection.
RemoveRemoves MetadataItem with the specified name from collection and from file system.
RemoveAtRemoves MetadataItem at the specified index in collection and from file system.
ToString Returns the string representation of the object.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace