ISiteContentLocalizationProviderRetrieveWorkflowStateLocalization Method
|
Retrieves workflow state name and description.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax WorkFlowStateOverrideResource RetrieveWorkflowStateLocalization(
string locale,
string wfStateId
)
Function RetrieveWorkflowStateLocalization (
locale As String,
wfStateId As String
) As WorkFlowStateOverrideResource
WorkFlowStateOverrideResource^ RetrieveWorkflowStateLocalization(
String^ locale,
String^ wfStateId
)
abstract RetrieveWorkflowStateLocalization :
locale : string *
wfStateId : string -> WorkFlowStateOverrideResource
Parameters
- locale
- Type: SystemString
Local for which to retrieve resources - wfStateId
- Type: SystemString
Workflow state ID
Return Value
Type:
WorkFlowStateOverrideResourceWorkflow state name and description in the NameDescriptionPair object format.
See Also