IWorkflowDefinitionRemoveTransition Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveTransition(
ITransition transition
)
Function RemoveTransition (
transition As ITransition
) As Boolean
bool RemoveTransition(
ITransition^ transition
)
abstract RemoveTransition :
transition : ITransition -> bool
Parameters
- transition
- Type: Ingeniux.CMSITransition
Transition to remove
Return Value
Type:
BooleanTrue if transition exists in collection, false otherwise.
Remarks The transition to remove doesn't have to be the exact instance of the transition stored in this object; it just needs to have a matching ID.
See Also