PageCreationRulesAdminServicesGetWorkflowChoices Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetWorkflowChoices(IngeniuxCMService.Admin.PcrSupportSearchInput)"]
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<WorkflowDefInfoForPcr[]> GetWorkflowChoices(
PcrSupportSearchInput data
)
Public Function GetWorkflowChoices (
data As PcrSupportSearchInput
) As XHRServiceResponseGeneric(Of WorkflowDefInfoForPcr())
public:
virtual XHRServiceResponseGeneric<array<WorkflowDefInfoForPcr^>^>^ GetWorkflowChoices(
PcrSupportSearchInput^ data
) sealed
abstract GetWorkflowChoices :
data : PcrSupportSearchInput -> XHRServiceResponseGeneric<WorkflowDefInfoForPcr[]>
override GetWorkflowChoices :
data : PcrSupportSearchInput -> XHRServiceResponseGeneric<WorkflowDefInfoForPcr[]> Parameters
- data PcrSupportSearchInput
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetWorkflowChoices(IngeniuxCMService.Admin.PcrSupportSearchInput)"]
Return Value
XHRServiceResponseGenericWorkflowDefInfoForPcr[Missing <returns> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetWorkflowChoices(IngeniuxCMService.Admin.PcrSupportSearchInput)"]
See Also