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)
Available in Sandboxed Solutions: No
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.