DeleteMetadataAsync Method
Deletes all metadata for a file.
Syntax
[VB.NET] Public Function DeleteMetadataAsync() As Task
[C#] public Task DeleteMetadataAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteMetadataAsync MethodDeletes all metadata for a file. Syntax[VB.NET] Public Function DeleteMetadataAsync() As Task [C#] public Task DeleteMetadataAsync(); RemarksThis method is the asynchronous version of the DeleteMetadata method and is used to support asynchronous operations in WinRT. Please refer to DeleteMetadata for more information. |
||