FileMetadata 1.0 control documentation

Determines the index of MetadataItem object with specified name in collection.

[Visual�Basic]
Overloads�Public�Function�IndexOf( _
���ByVal name�As�String�_
)�As�Integer
[C#]
public�int�IndexOf(
���stringname
);

Parameters

name
The name of MetadataItem to locate in the collection.

Return Value

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

See Also

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