ProjectOperationsCreateWorkPackage Method |
Create a new work package.
Namespace: Cobra.WebService.ClientAPI.Application.FilesAssembly: Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.7.700.3793 (8.7.0700.3793)
Syntaxpublic CreateEntityResult CreateWorkPackage(
CreateWorkPackageServiceArguments createWorkPackageServiceArguments
)
Parameters
- createWorkPackageServiceArguments CreateWorkPackageServiceArguments
- An instance of CreateWorkPackageServiceArguments class that contains the service arguments to create a new work package on a control account.
Return Value
CreateEntityResultAn instance of CreateEntityResult that contains whether the entity was sucessfully created or the error if it wasn't created.
See Also