SyncronizedEPTDocumentTidy Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Fixes the EPT document so its fields will be in conformance with the EPT schema.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected virtual int Tidy()

Return Value

Type: Int32
The number of changes made to the document.
Remarks

Any non existing field will be removed and any missing field will be added with an empty string value. Before removing the meta data fields (starting with CSMetaDataPrefix or WFMetaDataPrefix) are added to the CSFields collection.
See Also

Reference