GetPreviewLinkAsync Method
Gets a link that may be used to preview the resource.
Syntax
[VB.NET] Public Function GetPreviewLinkAsync() As Task<string>
[C#] public Task<string> GetPreviewLinkAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPreviewLinkAsync MethodGets a link that may be used to preview the resource. Syntax[VB.NET] Public Function GetPreviewLinkAsync() As Task<string> [C#] public Task<string> GetPreviewLinkAsync(); RemarksThis method is the asynchronous version of the GetPreviewLink method and is used to support asynchronous operations in WinRT. Please refer to GetPreviewLink for more information. |
||