IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

AddItemAsync Method

Inserts a new item into the beginning of an RSS feed.

Syntax

[VB.NET]
Public Function AddItemAsync(ByVal Title As String, ByVal Description As String, ByVal Link As String) As IAsyncAction
[C#]
public IAsyncAction AddItemAsync(string title, string description, string link);

Remarks

This method is the asynchronous version of the AddItem method and is used to support asynchronous operations in WinRT. Please refer to AddItem for more information.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0