UrlFieldSpecification 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 url 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]
public class UrlFieldSpecification : EptFieldSpecification

The UrlFieldSpecification type exposes the following members.

Constructors

  NameDescription
Public methodUrlFieldSpecification
Initializes a new instance of the UrlFieldSpecification 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.
(Overrides EptFieldSpecificationEmptyText.)
Public propertyFieldName
Gets or sets the name of the ept field to be used for retrieving data.
(Inherited from EptFieldSpecification.)
Public propertyFixedText
Gets or sets the fixed text. This text will override FieldName.
(Overrides EptFieldSpecificationFixedText.)
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.
(Inherited from EptFieldSpecification.)
Public methodToString(EPTXmlParser)
Resolves string content.
(Inherited from EptFieldSpecification.)
Top
See Also

Reference