ServiceClient.ExportViewCreate(International, ExportView) Method

Definition

Creates a new export (subscription) view.

public:
 Microsoft::MasterDataServices::OperationResult ^ ExportViewCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public Microsoft.MasterDataServices.OperationResult ExportViewCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
member this.ExportViewCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.OperationResult
Public Function ExportViewCreate (International As International, ExportView As ExportView) As OperationResult

Parameters

International
International

The cultural settings.

ExportView
ExportView

The export view that is used to create a new export (subscription) view.

Returns

An OperationResult object that represents the result of the operation.

Applies to