ItemPickerExtendedData class

Represents extended data for an ItemPicker user control.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WebControls.ItemPickerExtendedData

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemPickerExtendedData
'Usage
Dim instance As ItemPickerExtendedData
[SerializableAttribute]
public class ItemPickerExtendedData

Remarks

Extended data includes configuration and initialization information for the control. In addition, it contains information about the parent entity and contains information about the instance of the entity that enables developers to effectively work with the instance.

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

ItemPickerExtendedData members

Microsoft.SharePoint.WebControls namespace