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.5.94
Syntax
public XHRServiceResponseGeneric<string> RevertSchema(
	string pageId
)

Parameters

pageId
Type: SystemString
Id of the page to perform schema reversion.

Return Value

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