FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..hasSnapshot Method

checks if a snapshot already exists for the definition

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

Syntax


public bool hasSnapshot(
	string snapshotName
)
Public Function hasSnapshot ( _
	snapshotName As String _
) As Boolean
public:
bool^ hasSnapshot(
	String^ snapshotName
)

Parameters

snapshotName
Type: String
Name of the snapshot.

Return Value

true if the specified snapshot name has snapshot; otherwise, false.