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.6.492
Syntax
WorkFlowTransitionOverrideResource RetrieveWorkflowTransitionLocalization(
	string locale,
	string wfDefId,
	string transitionId
)

Parameters

locale  String
Local for which to retrieve resources
wfDefId  String
Workflow definition ID
transitionId  String
Workflow transition ID

Return Value

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