PostArticleAsync Method
Posts the current article and attached file.
Syntax
[VB.NET] Public Function PostArticleAsync() As IAsyncAction
[C#] public IAsyncAction PostArticleAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PostArticleAsync MethodPosts the current article and attached file. Syntax[VB.NET] Public Function PostArticleAsync() As IAsyncAction [C#] public IAsyncAction PostArticleAsync(); RemarksThis method is the asynchronous version of the PostArticle method and is used to support asynchronous operations in WinRT. Please refer to PostArticle for more information. |
||