SyncronizedEPTDocumentToString Method (Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the content of this Ept document in the Xml format with an option to return only changed fields. The Xml is encoded using the UTF-8 encoding.

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

public string ToString(
	bool changedFieldsOnly
)

Parameters

changedFieldsOnly
Type: SystemBoolean
if set to true only changed or added fields are included.

Return Value

Type: String
The content of the Ept document in the raw Xml format
Remarks

This method is new in Content Studio 5.2
See Also

Reference