Determines whether a Page created via Page Creation Rule or Schema needs to be added to Workflow.
If yes, doesn't have a User to assign to, or a the User to assign the Page to must be selected.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<NewPageCheckConfirmation> NewPageWorkflowCheck( string ruleId, string schemaRootName )
Parameters
- ruleId
- Type: SystemString
Id of the Page Creation Rule, higher priority - schemaRootName
- Type: SystemString
Root name of the Schema
Return Value
Type: XHRServiceResponseGenericNewPageCheckConfirmationInformation on the Workflow to add Page to, and the User to assign the Page to
Examples
JavaScript
{ "defaultUser": "ingeniux\\awang", "isGroupMember": true, "workflowId": "WorkflowDefinitions/34" }
See Also