FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deApplications Constructor (String, String, String)

Initializes a new instance of the deApplications class.

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

Syntax


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

Parameters

sTenantDBConnectionString
Type: String
The s tenant database connection string.
hostOrTenantID
Type: String
The host or tenant identifier.
externalUserName
Type: String
Name of the external user.