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.5.94
Syntax public XHRServiceResponseGeneric<NewPageCheckConfirmation> NewPageWorkflowCheck(
string ruleId,
string schemaRootName
)
Public Function NewPageWorkflowCheck (
ruleId As String,
schemaRootName As String
) As XHRServiceResponseGeneric(Of NewPageCheckConfirmation)
public:
virtual XHRServiceResponseGeneric<NewPageCheckConfirmation^>^ NewPageWorkflowCheck(
String^ ruleId,
String^ schemaRootName
) sealed
abstract NewPageWorkflowCheck :
ruleId : string *
schemaRootName : string -> XHRServiceResponseGeneric<NewPageCheckConfirmation>
override NewPageWorkflowCheck :
ruleId : string *
schemaRootName : string -> XHRServiceResponseGeneric<NewPageCheckConfirmation>
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
Sample JSON return
{
"defaultUser": "ingeniux\\awang",
"isGroupMember": true,
"workflowId": "WorkflowDefinitions/34"
}
See Also