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: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Id of the Page Creation Rule, higher priority
- schemaRootName String
- Root name of the Schema
Return Value
XHRServiceResponseGenericNewPageCheckConfirmationInformation on the Workflow to add Page to, and the User to assign the Page to
Example
Sample JSON return
{
"defaultUser": "ingeniux\\awang",
"isGroupMember": true,
"workflowId": "WorkflowDefinitions/34"
}
See Also