IWorkflowDefinitionRemoveTransition Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveTransition(
ITransition transition
)
Function RemoveTransition (
transition As ITransition
) As Boolean
bool RemoveTransition(
ITransition^ transition
)
abstract RemoveTransition :
transition : ITransition -> bool Parameters
- transition ITransition
- Transition to remove
Return Value
BooleanTrue if transition exists in collection, false otherwise.
RemarksThe 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