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