Click or drag to resize

ProjectOperationsCopyControlAccount Method

Create a new control account by copying an existing one.

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 ServiceResult CopyControlAccount(
	CopyControlAccountServiceArguments copyControlAccountServiceArguments
)

Parameters

copyControlAccountServiceArguments
Type: Cobra.Model.WebServiceCopyControlAccountServiceArguments
An instance of CopyControlAccountServiceArguments class that contains the options to copy control account.

Return Value

Type: ServiceResult
The result of copying the control account.
See Also