RetrieveUserSettingsSystemUserRequest Class
Specifies the parameters needed to retrieve the user settings for the specified system user (user).
The RetrieveUserSettingsSystemUserRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveUserSettingsSystemUserRequest | Initializes a new instance of the RetrieveUserSettingsSystemUserRequest class. |
Field | Description |
ColumnSet | Specifies the set of attributes to retrieve for the user settings. |
EntityId | Specifies the ID of the user whose settings are to be retrieved. |
ReturnDynamicEntities | Specifies whether the result of the operation contains an instance of the usersettings class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also