PageCommandsServicesRevertSchema Method
|
Reverts the page to its original creation schema. Only applies to pages with presentation that are
origin pages of their schemas.
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Id of the page to perform schema reversion.
Return Value
XHRServiceResponseGenericStringId of the original schema to revert back to
See Also