ServiceClient.ExportViewDelete(International, Identifier) Method

Definition

Removes the existing export view with the specified identifier.

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

Parameters

International
International

The cultural settings.

Identifier
Identifier

The identifier of the export view to delete.

Returns

An OperationResult object that represents the result of the operation.

Applies to