FileMetadata 1.0 control documentation

Removes Metadata from file and from parent FileMetadata collection.

[Visual Basic]
Overloads Public Sub Delete( _
   ByVal removeAtParentCol As Boolean _
)
[C#]
public void Delete(
   bool removeAtParentCol
);

Parameters

removeAtParentCol
true to indicate if property also should be removed from parent collection.

See Also

MetadataItem Class | ElementIT.FileMetadata Namespace | MetadataItem.Delete Overload List