UserControlBaseCS_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 eemplate or any document that edits an EPT document. When in an edit template, a EPTXmlParser that contains the EPT fields that defines the editing schema; otherwise null (Nothing in Visual Basic).

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
Remarks

This property can also be used in a document that has an editing context (i.e. the QueryString EditID has been supplied). Important! Always check for null (Nothing in Visual Basic) values when working with this property or use thoroughly implemented exception handling.
See Also

Reference