IPageSerializeOnCheckIn Property Ingeniux CMS Content Store API

Determines whether to serialize an xID.xml file to the v9 XML root on check-in.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool SerializeOnCheckIn { get; set; }

Property Value

Type: Boolean
Remarks

By default, this property is set to false. It should only be used to deal with old XSLT sites that have legacy "document" calls in XSLT style sheets.

It is recommended to remove these calls from XSLT stylesheets since missing these files could cause the rendering of Page to be completely broken.

See Also

Reference