AclEditor.PeoplePicker property

Gets an object that represents the PeopleEditor control used by the AclEditor object.

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

Syntax

'Declaration
Public ReadOnly Property PeoplePicker As PeopleEditor
    Get
'Usage
Dim instance As AclEditor
Dim value As PeopleEditor

value = instance.PeoplePicker
public PeopleEditor PeoplePicker { get; }

Property value

Type: Microsoft.SharePoint.WebControls.PeopleEditor
An object that represents the PeopleEditor.

Remarks

You should use this to customize which entities you permit. You should NOT customize the AfterCallbackClientScript() property. Modifying the AfterCallbackClientScript() property will cause the AclEditor control to function incorrectly.

See also

Reference

AclEditor class

AclEditor members

Microsoft.SharePoint.WebControls namespace