UpdateMetadataAsync Method
Updates metadata fields for a file.
Syntax
[VB.NET] Public Function UpdateMetadataAsync() As IAsyncAction
[C#] public IAsyncAction UpdateMetadataAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateMetadataAsync MethodUpdates metadata fields for a file. Syntax[VB.NET] Public Function UpdateMetadataAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||