PeopleEditorEntityDataKeys Class

Represents keys that can be used as indexers against the PickerEntity.EntityDataHashTable object to expose picker information.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public NotInheritable Class PeopleEditorEntityDataKeys
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class PeopleEditorEntityDataKeys

Remarks

Using PeopleEditorEntityDataKeys enables the PickerEntity.EntityDataHashTable to be indexed against without using string literals.

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

PeopleEditorEntityDataKeys Members

Microsoft.SharePoint.WebControls Namespace