Click or drag to resize

ProjectOperationsCreateControlAccount Method

Create a new control account.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public CreateEntityResult CreateControlAccount(
	CreateControlAccountServiceArguments createControlAccountServiceArguments
)

Parameters

createControlAccountServiceArguments
Type: Cobra.Model.WebServiceCreateControlAccountServiceArguments
An instance of CreateControlAccountServiceArguments class that contains the service arguments to create a new control account on a project.

Return Value

Type: CreateEntityResult
An instance of CreateEntityResult that contains whether the entity was sucessfully created or the error if it wasn't created.
See Also