Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentSelector Class
See Also  Members  
Telerik.Cms.Engine.WebControls Namespace : ContentSelector Class


Inherits WebUITypeEditor abstract class. Represents web editor for selecting generic content.

 

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

Syntax

Visual Basic (Declaration) 
Public Class ContentSelector 
   Inherits WebUITypeEditor(Of Guid)
   Implements IControlPropertyEditorIWebUITypeEditor 
Visual Basic (Usage)Copy Code
Dim instance As ContentSelector
C# 
public class ContentSelector : WebUITypeEditor<Guid>, IControlPropertyEditorIWebUITypeEditor  

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