IService.UserPreferencesGet(UserPreferencesGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current user's preferences.
public:
Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesGetResponse ^ UserPreferencesGet(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesGetResponse UserPreferencesGet (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesGet : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesGetResponse
Public Function UserPreferencesGet (request As UserPreferencesGetRequest) As UserPreferencesGetResponse
Parameters
- request
- UserPreferencesGetRequest
Returns
- Attributes
Remarks
The UserPreferencesGet(UserPreferencesGetRequest) operation retrieves the current user's preferences that were previously saved within the MDS repository. User preferences support persistent storage of user state properties where appropriate. This operation requires no input criteria and retrieves all preference settings that are available for the current user.