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.3.169
Syntax
public XHRServiceResponseGeneric<SerializeOnCheckInResult> SerializeOnCheckIn(
	bool serialize,
	string pageId
)

Parameters

serialize
Type: SystemBoolean
Boolean to determin whether to serialize
pageId
Type: SystemString
PageID to set

Return Value

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