ServiceClient.ExportViewDelete(International, Identifier) 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.
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.