Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
IMetaInfo Interface Members
See Also  Properties 
Telerik.Cms.Engine Namespace : IMetaInfo Interface


The following tables list the members exposed by IMetaInfo.

Public Properties

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

See Also