FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..getStepImagePath Method

Get step image file path

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

Syntax


public static string getStepImagePath(
	string connectionString,
	bool isMultiTenant,
	bool isTenantMaster,
	string tenantID,
	string stepName
)
Public Shared Function getStepImagePath ( _
	connectionString As String, _
	isMultiTenant As Boolean, _
	isTenantMaster As Boolean, _
	tenantID As String, _
	stepName As String _
) As String
public:
static String^ getStepImagePath(
	String^ connectionString, 
	bool^ isMultiTenant, 
	bool^ isTenantMaster, 
	String^ tenantID, 
	String^ stepName
)

Parameters

connectionString
Type: String
Connection string
isMultiTenant
Type: Boolean
Is multi tenant
isTenantMaster
Type: Boolean
Is tenant master
tenantID
Type: String
Tenant id
stepName
Type: String
Step name

Return Value

System.String.