FileMetadata 1.0 control documentation

Returns IEnumerator object that allows to iterate through the all metadata of the file.

[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator _
    Implements IEnumerable.GetEnumerator
[C#]
public IEnumerator GetEnumerator();

Implements

IEnumerable.GetEnumerator

Remarks

Returns an object that implements the IEnumerator interface and that can iterate through the MetadataItem objects within the collection.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace