FileMetadata 1.0 control documentation

Removes MetadataItem at the specified index in collection and from file system.

[Visual Basic]
Public Sub RemoveAt( _
   ByVal index As Integer _
)
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the item to remove.

Remarks

Method is the same as FileMetadata[index].Delete(true)

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace