Click or drag to resize

ISiteContentLocalizationProviderRetrieveWorkflowTransitionLocalization Method


Retrieves the workflow transition name and description with the provided workflow definition ID and transition ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
WorkFlowTransitionOverrideResource RetrieveWorkflowTransitionLocalization(
	string locale,
	string wfDefId,
	string transitionId
)

Parameters

locale
Type: SystemString
Local for which to retrieve resources
wfDefId
Type: SystemString
Workflow definition ID
transitionId
Type: SystemString
Workflow transition ID

Return Value

Type: WorkFlowTransitionOverrideResource
Workflow transition name and description in the NameDescriptionPair format.
See Also