FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..removeSnapshot Method

removes a given snapshot from the definition

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

Syntax


public bool removeSnapshot(
	string snapshotID
)
Public Function removeSnapshot ( _
	snapshotID As String _
) As Boolean
public:
bool^ removeSnapshot(
	String^ snapshotID
)

Parameters

snapshotID
Type: String
ID of the snapshot

Return Value

true if XXXX, false otherwise.