FileMetadata 1.0 control documentation

Determines the index of MetadataItem object in the collection.

[Visual Basic]
Overloads Public Function IndexOf( _
   ByVal metadata As MetadataItem _
) As Integer
[C#]
public int IndexOf(
   MetadataItem metadata
);

Parameters

metadata
The MetadataItem to locate in collection.

Return Value

The index of the MetadataItem if it was found in the collection; otherwise, -1.

Remarks

Method uses MetadataItem.Name property to search in collection.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace | FileMetadata.IndexOf Overload List