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 Task
[C#] public Task AddItemAsync(string title, string description, string link);