Method | Description | |
---|---|---|
ClearItemsInList ( string username, int id ) : void |
Temporarily clears all items in a list Next time list contents will be refereshed online
|
|
ClearListCache ( string username ) : void | ||
ClearListItemCache ( string username, string id ) : void | ||
GetListDetailsFromUser ( |
Get all details needed to create a new list or edit existing list
|
|
GetListItemsForUser ( string username, int id ) : IEnumerable |
Get list items for user
|
|
GetListsForUser ( string username ) : IEnumerable |
Get custom lists created by a user
|
|
GetUserListSelections ( List |
Get the ids for each list selected by a user in the Multi-Select dialog
|
Method | Description | |
---|---|---|
GetMultiSelectItems ( List |
||
GetPrivacyLevelFromTranslation ( string translatedString ) : string | ||
GetPrivacyLevelIcon ( string privacyLevel ) : string | ||
GetPrivacyLevelTranslation ( string privacyLevel ) : string |
public static ClearItemsInList ( string username, int id ) : void | ||
username | string | |
id | int | |
return | void |
public static ClearListCache ( string username ) : void | ||
username | string | |
return | void |
public static ClearListItemCache ( string username, string id ) : void | ||
username | string | |
id | string | |
return | void |
public static GetListDetailsFromUser ( |
||
list | returns list details | |
return | bool |
public static GetListItemsForUser ( string username, int id ) : IEnumerable |
||
username | string | |
id | int | |
return | IEnumerable |
public static GetListsForUser ( string username ) : IEnumerable |
||
username | string | |
return | IEnumerable |
public static GetUserListSelections ( List |
||
lists | List |
|
return | List |