FileMetadata Constructor
|
Initializes a new instance of the FileMetadata class. |
Count | Gets a value indicating the number of MetadataItem objects in collection. |
Item | Overloaded. 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. |
Add | Creates MetadataItem with specified name and adds for the file. |
Clear | Removes all MetadataItem objects in collection and from file system. |
CopyTo | Overloaded. Copies all MetadataItem from source collection to the specified target FileMetadata collection. |
GetEnumerator | Returns IEnumerator object that allows to iterate through the all metadata of the file. |
GetHashCode | Returns the hash code for this instance. |
IndexOf | Overloaded. Determines the index of MetadataItem object in collection. |
Remove | Removes MetadataItem with the specified name from collection and from file system. |
RemoveAt | Removes MetadataItem at the specified index in collection and from file system. |
ToString | Returns the string representation of the object. |
FileMetadata Class | ElementIT.FileMetadata Namespace