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.3.169
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: XHRServiceResponseGenericNewPageCheckConfirmation

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

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