FileMetadata 1.0 control documentation

Removes MetadataItem with the specified name from collection and from file system.

[Visual Basic]
Public Function Remove( _
   ByVal name As String _
) As Integer
[C#]
public int Remove(
   string name
);

Parameters

name
The name of MetadataItem to remove.

Return Value

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

Remarks

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

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace