FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..changeOwner Method

Changes the owner.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool changeOwner(
	string ownerID
)
Public Function changeOwner ( _
	ownerID As String _
) As Boolean
public:
bool^ changeOwner(
	String^ ownerID
)

Parameters

ownerID
Type: String
The owner identifier.

Return Value

true if XXXX, false otherwise.