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
)
Public Function RevertSchema (
pageId As String
) As XHRServiceResponseGeneric(Of String)
public:
virtual XHRServiceResponseGeneric<String^>^ RevertSchema(
String^ pageId
) sealed
abstract RevertSchema :
pageId : string -> XHRServiceResponseGeneric<string>
override RevertSchema :
pageId : string -> XHRServiceResponseGeneric<string>
Parameters
- pageId
- Type: SystemString
Id of the page to perform schema reversion.
Return Value
Type:
XHRServiceResponseGenericStringId of the original schema to revert back to
See Also