DeleteMetadata Method
Deletes all metadata for a file.
Syntax
[VB.NET] Public Sub DeleteMetadata()
[C#] public void DeleteMetadata();
Remarks
This method deletes all metadata associated with the file identified by ResourceId. To update or remove specific fields use UpdateMetadata.
NOTE: This method has a corresponding asynchronous version (DeleteMetadataAsync) for use in the Xamarin environment.