EptFieldSpecification Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class is used for controls that is bound to EPT-fields in presentation templates.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsEptFieldSpecification
    ContentStudio.Site.ControlsUrlFieldSpecification

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

[SerializableAttribute]
[TypeConverterAttribute(typeof(EptFieldSpecificationConverter))]
public class EptFieldSpecification

The EptFieldSpecification type exposes the following members.

Constructors

  NameDescription
Public methodEptFieldSpecification
Initializes a new instance of the EptFieldSpecification class
Top
Properties

  NameDescription
Public propertyEmptyText
Gets or sets the empty text. This text will be shown if FixedText and the value of FieldName is empty.
Public propertyFieldName
Gets or sets the name of the ept field to be used for retrieving data.
Public propertyFixedText
Gets or sets the fixed text. This text will override FieldName.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current object.
(Overrides ObjectToString.)
Public methodToString(EPTXmlParser)
Resolves string content.
Top
Operators

  NameDescription
Public operatorStatic member(String to EptFieldSpecification)
Performs an implicit conversion from String to EptFieldSpecification.
Public operatorStatic member(EptFieldSpecification to String)
Performs an implicit conversion from EptFieldSpecification to String.
Top
See Also

Reference