ISettingsProviderContract Interface
The contract for the settings provider.
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteCollection(String^, String^) | Deletes a collection from an application. |
![]() | DeleteValue(String^, String^, String^) | Deletes the value associated with a specific application, collection, and key. |
![]() | GetCollectionNames(String^) | Gets the collections belonging to a particular application. |
![]() | GetKeys(String^, String^) | Gets all of the keys in a specific collection. |
![]() | GetValue(String^, String^, String^, Guid) | Retrieves the data associated with a specific application, collection, and key. |
![]() | Ping() | Pings the server. |
![]() | SetValue(String^, String^, String^, Guid, Int32, array<Byte>^, Boolean) | Sets a value for a specific application, collection, and key. |
Community Additions
ADD
Show:
