FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefSnapshot Constructor (String, String, String, String, String)

Initializes a new instance of the deWorkflowDefSnapshot class.

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

Syntax


public deWorkflowDefSnapshot(
	string sTenantDBConnectionString,
	string hostOrTenantID,
	string externalUserName,
	string definitionID,
	string snapShotID
)
Public Sub New ( _
	sTenantDBConnectionString As String, _
	hostOrTenantID As String, _
	externalUserName As String, _
	definitionID As String, _
	snapShotID As String _
)
public:
deWorkflowDefSnapshot(
	String^ sTenantDBConnectionString, 
	String^ hostOrTenantID, 
	String^ externalUserName, 
	String^ definitionID, 
	String^ snapShotID
)

Parameters

sTenantDBConnectionString
Type: String
Connection string to the tenant database
hostOrTenantID
Type: String
host name or tenant id
externalUserName
Type: String
The external user identifier
definitionID
Type: String
The definition identifier.
snapShotID
Type: String
The snap shot identifier.