FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
deGlobalization Class
deGlobalization Methods
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..removeStepCategoryResource Method

Removes the step category resource.

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

Syntax


public bool removeStepCategoryResource(
	string stepCategoryName
)
Public Function removeStepCategoryResource ( _
	stepCategoryName As String _
) As Boolean
public:
bool^ removeStepCategoryResource(
	String^ stepCategoryName
)

Parameters

stepCategoryName
Type: String
Name of the step category.

Return Value

true if XXXX, false otherwise.