PeopleEditor class

Represents a PeopleEditor object in a PeoplePicker control.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.EntityEditor
        Microsoft.SharePoint.WebControls.EntityEditorWithPicker
          Microsoft.SharePoint.WebControls.PeopleEditor

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ValidationPropertyAttribute("CommaSeparatedAccounts")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class PeopleEditor _
    Inherits EntityEditorWithPicker
'Usage
Dim instance As PeopleEditor
[ValidationPropertyAttribute("CommaSeparatedAccounts")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class PeopleEditor : EntityEditorWithPicker

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PeopleEditor members

Microsoft.SharePoint.WebControls namespace