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: 9.0.565.0 (9.0.565)
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: XHRServiceResponseGenericSerializeOnCheckInResultObject with boolean result
Examples
JavaScript
{
Serialize: true,
}
See Also