Click or drag to resize

SiteTreeServicesNewPageWorkflowCheck Method


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: 10.6.492
Syntax
public XHRServiceResponseGeneric<NewPageCheckConfirmation> NewPageWorkflowCheck(
	string ruleId,
	string schemaRootName
)

Parameters

ruleId  String
Id of the Page Creation Rule, higher priority
schemaRootName  String
Root name of the Schema

Return Value

XHRServiceResponseGenericNewPageCheckConfirmation

Information on the Workflow to add Page to, and the User to assign the Page to

Example
Sample JSON return
JavaScript
{
    "defaultUser": "ingeniux\\awang",
    "isGroupMember": true,
    "workflowId": "WorkflowDefinitions/34"
}
See Also