PageCommandsServicesRevertSchema Method Ingeniux CMS Web Services API

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: 9.0.565.0 (9.0.565)
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

Reference