ServiceClient.ExportViewUpdate(International, ExportView) 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.
Updates the existing export view.
public:
Microsoft::MasterDataServices::OperationResult ^ ExportViewUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public Microsoft.MasterDataServices.OperationResult ExportViewUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
member this.ExportViewUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.OperationResult
Public Function ExportViewUpdate (International As International, ExportView As ExportView) As OperationResult
Parameters
- International
- International
The cultural settings.
- ExportView
- ExportView
The export view to be updated.
Returns
An OperationResult object that represents the result of the operation.