Static Public Member Functions | |
| static string | GetSystemSetting (string name) |
| Get a setting global to the system. | |
| static void | SetSystemSetting (string name, string value) |
| Set a setting global to the system. | |
| static string | GetCollectionSetting (string collectionID, string name) |
| Get a setting specific to a user. | |
| static void | SetCollectionSetting (string collectionID, string name, string value) |
| Set a setting specific to a collection. | |
| static string | GetUserSetting (string userID, string name) |
| Get a setting specific to a user. | |
| static void | SetUserSetting (string userID, string name, string value) |
| Set a setting specific to a user. | |
| static string | GetSetting (Collection c, string name) |
| Get a setting specific to a collection. | |
| static void | SetSetting (Collection c, string name, string value) |
| Set a setting specific to a collection. | |
Static Public Attributes | |
| static string | SettingsCollectionType = "Settings" |
| Settings Collection Type. | |
| static string iFolder::WebService::Settings::GetSystemSetting | ( | string | name | ) | [inline, static] |
Get a setting global to the system.
| name | The name of the setting. |
| static void iFolder::WebService::Settings::SetSystemSetting | ( | string | name, | |
| string | value | |||
| ) | [inline, static] |
Set a setting global to the system.
| name | The name of the setting. | |
| value | The value of the setting. |
| static string iFolder::WebService::Settings::GetCollectionSetting | ( | string | collectionID, | |
| string | name | |||
| ) | [inline, static] |
Get a setting specific to a user.
| collectionID | The id of the collection. | |
| name | The name of the setting. |
| static void iFolder::WebService::Settings::SetCollectionSetting | ( | string | collectionID, | |
| string | name, | |||
| string | value | |||
| ) | [inline, static] |
Set a setting specific to a collection.
| collectionID | The id of the collection. | |
| name | The name of the setting. | |
| value | The value of the setting. |
| static string iFolder::WebService::Settings::GetUserSetting | ( | string | userID, | |
| string | name | |||
| ) | [inline, static] |
Get a setting specific to a user.
| userID | The id of the user. | |
| name | The name of the setting. |
| static void iFolder::WebService::Settings::SetUserSetting | ( | string | userID, | |
| string | name, | |||
| string | value | |||
| ) | [inline, static] |
Set a setting specific to a user.
| userID | The id of the user. | |
| name | The name of the setting. | |
| value | The value of the setting. |
| static string iFolder::WebService::Settings::GetSetting | ( | Collection | c, | |
| string | name | |||
| ) | [inline, static] |
Get a setting specific to a collection.
| c | The collection object. | |
| name | The name of the setting. |
| static void iFolder::WebService::Settings::SetSetting | ( | Collection | c, | |
| string | name, | |||
| string | value | |||
| ) | [inline, static] |
Set a setting specific to a collection.
| c | The collection object. | |
| name | The name of the setting. | |
| value | The value of the setting. |
string iFolder::WebService::Settings::SettingsCollectionType = "Settings" [static] |
Settings Collection Type.
1.5.6