SiteBaseCS_EditDataFields Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets an object that contains the EPT field definitions for an edit template or any document that edits an EPT document.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public EPTXmlParser CS_EditDataFields { get; }

Property Value

Type: EPTXmlParser
When in an edit template, a EPTXmlParser that contains the EPT fields that defines the editing schema; otherwise an empty EPTXmlParser object.
Remarks

This property can also be used in a document that has an editing context (i.e. the QueryString EditID has been supplied).
See Also

Reference