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