SaaS CMS has officially launched! Learn more now.

Class MetaFieldAttributeConstants

Meta field attribute constants.

Inheritance
System.Object
MetaFieldAttributeConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 11.8.3
Syntax
public class MetaFieldAttributeConstants

Constructors

MetaFieldAttributeConstants()

Declaration
public MetaFieldAttributeConstants()

Fields

AutoResizeAttributeName

AutoResize attribute name

Declaration
public const string AutoResizeAttributeName = "AutoResize"
Field Value
Type Description
System.String

CreateThumbnailAttributeName

CreateThumbnail attribute name

Declaration
public const string CreateThumbnailAttributeName = "CreateThumbnail"
Field Value
Type Description
System.String

IncludeInDefaultSearchAttributeName

Includeindefaultsearch attribute name

Declaration
public const string IncludeInDefaultSearchAttributeName = "includeindefaultsearch"
Field Value
Type Description
System.String

IndexStoredAttributeName

Indexstored attribute name

Declaration
public const string IndexStoredAttributeName = "indexstored"
Field Value
Type Description
System.String

MdpPrecisionAttributeName

MdpPrecision attribute name

Declaration
public const string MdpPrecisionAttributeName = "MdpPrecision"
Field Value
Type Description
System.String

MdpScaleAttributeName

MdpScale attribute name

Declaration
public const string MdpScaleAttributeName = "MdpScale"
Field Value
Type Description
System.String

SortableAttributeName

Indexsortable attribute name

Declaration
public const string SortableAttributeName = "indexsortable"
Field Value
Type Description
System.String

TokenizedAttributeName

Indexfield attribute name

Declaration
public const string TokenizedAttributeName = "indexfield"
Field Value
Type Description
System.String

UseInComparingAttributeName

UseInComparing attribute name

Declaration
public const string UseInComparingAttributeName = "UseInComparing"
Field Value
Type Description
System.String