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

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

Represents a string that contains a ept field name.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.EPTEptFieldName

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[SerializableAttribute]
[TypeConverterAttribute(typeof(EptFieldNameConverter))]
public class EptFieldName

The EptFieldName type exposes the following members.

Properties

  NameDescription
Public propertyIsEmpty
Returns a boolean indicating whether this string is empty.
Public propertyValue
Returns the raw string value of this string.
Top
Methods

  NameDescription
Public methodContains
Returns a boolean indicating whether the specified string occurs within this string.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromString
Create a new ept field name using the provided string value.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsNullOrEmpty
Indicates whether the specified EptFieldName object is null (Nothing in Visual Basic) or empty.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartsWith
Returns a boolean indicating whether if this string starts with the the specified string.
Public methodToString
Returns the raw string value of this EptFieldName.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic member(String to EptFieldName)
Implicit conversion from string to ept field name.
Public operatorStatic member(EptFieldName to String)
Implicit conversion from ept field name to string.
Top
See Also

Reference