Click or drag to resize

PageCommandsServicesRevertSchema Method


Reverts the page to its original creation schema. Only applies to pages with presentation that are origin pages of their schemas.


Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<string> RevertSchema(
	string pageId
)

Parameters

pageId  String
Id of the page to perform schema reversion.

Return Value

XHRServiceResponseGenericString
Id of the original schema to revert back to
See Also