ItemPicker.PreserveComplexTypes property
Determines whether complex BDC types will preserved in their original form.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PreserveComplexTypes As Boolean
Get
Set
'Usage
Dim instance As ItemPicker
Dim value As Boolean
value = instance.PreserveComplexTypes
instance.PreserveComplexTypes = value
public bool PreserveComplexTypes { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
Remarks
This affects the values stored into**[PickerEntity.EntityData]**. Setting this property to true will reduce the performance of the [ItemPicker] if the entity data contains complex types.