PickerSettings Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.PickerSettings", ServerTypeId="{8d31357d-328a-45cc-a5ab-b15c9c83eb71}")]
public class PickerSettings : Microsoft.SharePoint.Client.ClientObject
type PickerSettings = class
    inherit ClientObject
Public Class PickerSettings
Inherits ClientObject
Inheritance
PickerSettings
Attributes

Constructors

PickerSettings(ClientRuntimeContext, ObjectPath)

Properties

AllowEmailAddresses
AllowOnlyEmailAddresses
Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
PrincipalAccountType
PrincipalSource
QuerySettings
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)
VisibleSuggestions

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to