Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
Searchable Property
See Also 
Telerik.Cms.Engine Namespace > MetaInfo Structure : Searchable Property


Read-only property. Gets the value indicating whether meta information is searchable.   

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Searchable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MetaInfo
Dim value As Boolean
 
value = instance.Searchable
C# 
public bool Searchable {get;}

Return Value

true if information is searchable; otherwise false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also