Click or drag to resize

PageCommandsServicesSerializeOnCheckIn Method


Sets the SerializeOnCheckIn property on the page. It will generate an xID.xml file in the v9 xml root on check in.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<SerializeOnCheckInResult> SerializeOnCheckIn(
	bool serialize,
	string pageId
)

Parameters

serialize  Boolean
Boolean to determin whether to serialize
pageId  String
PageID to set

Return Value

XHRServiceResponseGenericSerializeOnCheckInResult
Object with boolean result
Example
JavaScript
{
    Serialize: true,
}
See Also