Checks the template step display name exits.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool checkTemplateStepDisplayNameExits(
string sDisplayName,
string sTemplateID
)
Public Function checkTemplateStepDisplayNameExits ( _
sDisplayName As String, _
sTemplateID As String _
) As Boolean
public:
bool^ checkTemplateStepDisplayNameExits(
String^ sDisplayName,
String^ sTemplateID
)
Parameters
- sDisplayName
- Type: String
Display name of the s.
- sTemplateID
- Type: String
The s template identifier.
Return Value
true if XXXX,
false otherwise.