Méthode | Description | |
---|---|---|
ApplicationInit ( string name ) : void | ||
DeleteFeed ( string uri ) : void | ||
GetFeeds ( ) : |
||
GetFeeds ( string tag ) : |
||
GetItem ( string itemuri ) : Item | ||
GetTags ( ) : |
||
GetUnreadCount ( ) : int | ||
ImportOpml ( string filename ) : |
||
RegisterFeed ( string uri ) : |
||
RegisterFeed ( string uri, string username, string password ) : |
public static ApplicationInit ( string name ) : void | ||
name | string | |
Résultat | void |
public static DeleteFeed ( string uri ) : void | ||
uri | string | |
Résultat | void |
public static GetFeeds ( ) : |
||
Résultat |
public static GetFeeds ( string tag ) : |
||
tag | string | |
Résultat |
public static GetItem ( string itemuri ) : Item | ||
itemuri | string | |
Résultat | Item |
public static GetTags ( ) : |
||
Résultat |
public static ImportOpml ( string filename ) : |
||
filename | string | |
Résultat |
public static RegisterFeed ( string uri ) : |
||
uri | string | |
Résultat |
public static RegisterFeed ( string uri, string username, string password ) : |
||
uri | string | |
username | string | |
password | string | |
Résultat |