IService.SystemDomainListGet(SystemDomainListGetRequest) 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 a localized fixed list of choices based on a list code.
public:
Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetResponse ^ SystemDomainListGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetRequest ^ 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.SystemDomainListGetResponse SystemDomainListGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
Public Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse
Parameters
- request
- SystemDomainListGetRequest
Returns
- Attributes
Remarks
The SystemDomainListGet(SystemDomainListGetRequest) operation retrieves a list of standard text choices that are associated with the MDS application. The returned list is localized based on the user's locale.
The request is filtered by using the SystemDomainListGetCriteria complex type.
- ListCode: Specifies the unique code of the list to retrieve.
- ListOption: Specifies an individual list option on which to filter within the list where applicable. If a list option is not specified, all list options are returned.
- ListGroup: Specifies a list group ID on which to filter where applicable. If a list group is not specified, all list groups are returned.
An error occurs if one or more of these criteria are not found.