Click or drag to resize
IField Interface
Interface for form items.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public interface IField

The IField type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones current object and returns copy of it.
Public methodGetXmlNode
Returns XML representation of current object.
Public methodLoadFromXmlNode
Loads the field info from XML node
Top
See Also