VersionCopyRequest Constructors
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.
Initializes a new instance of the VersionCopyRequest class.
Overloads
VersionCopyRequest() |
Initializes a new instance of the VersionCopyRequest class that has default values. |
VersionCopyRequest(International, Guid, String, String) |
Initializes a new instance of the VersionCopyRequest class that has the specified cultural settings, version to be copied, description of the new version, and name of the new version. |
VersionCopyRequest()
Initializes a new instance of the VersionCopyRequest class that has default values.
public:
VersionCopyRequest();
public VersionCopyRequest();
Public Sub New ()
Applies to
VersionCopyRequest(International, Guid, String, String)
Initializes a new instance of the VersionCopyRequest class that has the specified cultural settings, version to be copied, description of the new version, and name of the new version.
public:
VersionCopyRequest(Microsoft::MasterDataServices::International ^ International, Guid FromVersionId, System::String ^ ToVersionDescription, System::String ^ ToVersionName);
public VersionCopyRequest(Microsoft.MasterDataServices.International International, Guid FromVersionId, string ToVersionDescription, string ToVersionName);
new Microsoft.MasterDataServices.VersionCopyRequest : Microsoft.MasterDataServices.International * Guid * string * string -> Microsoft.MasterDataServices.VersionCopyRequest
Public Sub New (International As International, FromVersionId As Guid, ToVersionDescription As String, ToVersionName As String)
Parameters
- International
- International
The cultural settings.
- FromVersionId
- Guid
The version to be copied.
- ToVersionDescription
- String
The description of the new version.
- ToVersionName
- String
The name of the new version.