IUserSettingsContainer
Represents the entity for a collection of user profiles.
Profiles can be defined for users. These profiles are created underneath a container. Each user has its own container which can only be viewed by its own user and the user manager.
Implements: System.Collections.IEnumerable
Indexers
| Indexer | Description |
|---|---|
| this[ISchema]:UserApplicationSettings | Calls a user profile. |
| this[ISchema, String]:UserApplicationSettings | Calls a user profile. |
Methods
| Method | Description |
|---|---|
| Create(ISchema, String, Byte[], Boolean):UserApplicationSettings | Creates or updates a user profile. |
| Create(ISchema, String, String, Boolean):UserApplicationSettings | Creates or updates a user profile. |
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
