FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..hasFormSnapshot Method

To check same snapshot exists

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

Syntax


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

Parameters

snapshotName
Type: String
Name of the snapshot.

Return Value

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