IService.ExportViewListGet(ExportViewListGetRequest) Method

Definition

Retrieves a list of existing export (subscription) views.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ExportViewListGetResponse ^ ExportViewListGet(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewListGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse ExportViewListGet (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewListGet : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
Public Function ExportViewListGet (request As ExportViewListGetRequest) As ExportViewListGetResponse

Parameters

request
ExportViewListGetRequest

The request.

Returns

Attributes

Remarks

The ExportViewListGet(ExportViewListGetRequest) operation retrieves a list of existing export views.

Applies to