Initializes a new instance of the
deAPIBase class.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public deAPIBase(
string sTenantDBConnectionString,
string hostOrTenantID,
string externalUserName
)
Public Sub New ( _
sTenantDBConnectionString As String, _
hostOrTenantID As String, _
externalUserName As String _
)
public:
deAPIBase(
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.
Exception | Condition |
---|
[System.Exception] | Tenant: {hostOrTenantID} not found... |
[Exception] | Tenant: {hostOrTenantID} not found... |