ProjectOperationsCopyWorkPackage Method |
Create a new work package by copying an existing one.
Namespace:
Cobra.WebService.ClientAPI.Application.Files
Assembly:
Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.5.716.3700 (8.5.0716.3700)
Syntaxpublic ServiceResult CopyWorkPackage(
CopyWorkPackageServiceArguments copyWorkPackageServiceArguments
)
Parameters
- copyWorkPackageServiceArguments
- Type: Cobra.Model.WebServiceCopyWorkPackageServiceArguments
An instance of CopyWorkPackageServiceArguments class that contains the options to copy work package.
Return Value
Type:
ServiceResultThe result of copying the work package.
See Also