Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
MetaInfo Structure Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : MetaInfo Structure


The following tables list the members exposed by MetaInfo.

Public Constructors

 NameDescription
Public ConstructorMetaInfo ConstructorOverloaded.  Initializes a new instance of MetaInfo struct for the specified key and type.  
Top

Public Properties

 NameDescription
Public PropertyCaptionRead-only property. Gets the caption for meta information.  
Public PropertyDefaultValueRead-only property. Gets the default value for the meta information.  
Public PropertyKeyRead-only property. Gets the object used as key to acces meta information.  
Public PropertyLocalizable Read-only property. Gets the value indicating whether meta information is localizable.  
Public PropertyMandatory Read-only property. Gets the value indicating whether meta information is mandatory.  
Public PropertySearchable Read-only property. Gets the value indicating whether meta information is searchable.  
Public PropertySortable Read-only property. Gets the value indicating whether meta information is sortable.  
Public PropertyValueTypeRead-only property. Gets the type of meta information.  
Public PropertyVisible Read-only property. Gets the value indicating whether meta information is visible.  
Top

Public Methods

 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal. (Inherited from System.ValueType)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.ValueType)
Public MethodToStringReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
Top

See Also