ServiceClient.VersionCopy(International, Guid, String, String) 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.
Makes a copy of a version, which includes making a copy of all entity member data.
public:
Microsoft::MasterDataServices::OperationResult ^ VersionCopy(Microsoft::MasterDataServices::International ^ International, Guid FromVersionId, System::String ^ ToVersionDescription, System::String ^ ToVersionName);
public Microsoft.MasterDataServices.OperationResult VersionCopy (Microsoft.MasterDataServices.International International, Guid FromVersionId, string ToVersionDescription, string ToVersionName);
member this.VersionCopy : Microsoft.MasterDataServices.International * Guid * string * string -> Microsoft.MasterDataServices.OperationResult
Public Function VersionCopy (International As International, FromVersionId As Guid, ToVersionDescription As String, ToVersionName As String) As OperationResult
Parameters
- International
- International
The cultural settings.
- FromVersionId
- Guid
The version identifier from which the copy is made.
- ToVersionDescription
- String
The description for the new version copy.
- ToVersionName
- String
The name for the new version copy.
Returns
An OperationResult object that represents the result of the operation.