Upserts the step category resource.
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool upsertStepCategoryResource(
string stepCategoryName,
string cultureName
)
Public Function upsertStepCategoryResource ( _
stepCategoryName As String, _
cultureName As String _
) As Boolean
public:
bool^ upsertStepCategoryResource(
String^ stepCategoryName,
String^ cultureName
)
Parameters
- stepCategoryName
- Type: String
Name of the step category.
- cultureName
- Type: String
Name of the culture.
Return Value
true if XXXX,
false otherwise.