deTenantManager..::..updateTenant Method
Updates the tenant.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateTenant( string tenantID, string hostName, string tenantConnectionString, string tenantDescription, bool isActive, string appURL )
Parameters
- tenantID
- Type: String
The tenant identifier.
- hostName
- Type: String
Name of the host.
- tenantConnectionString
- Type: String
The tenant connection string.
- tenantDescription
- Type: String
The tenant description.
- isActive
- Type: Boolean
if set to true [is active].
- appURL
- Type: String
The application URL.