SPProviderInitialData Members
Include Protected Members
Include Inherited Members
Represents the initial data for the People Picker control.
The SPProviderInitialData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPProviderInitialData | Initializes a new instance of the SPProviderInitialData class. |
Top
Properties
Name | Description | |
---|---|---|
ContextUrl | Gets or sets the current context URL. | |
DefaultImageUrl | Gets or sets the URL of the image to be displayed in the Picker dialog. | |
DefaultSipUrl | Gets or sets the URL for the Web site icon. | |
Description | Gets or sets a string that describes the intent of the object. | |
DetailedViewEnabled | Gets or sets a value that indicates whether the detailed view is enabled. | |
EntityTypes | Gets or sets a set of account types separated by commas. | |
HierarchialDisplayEnabled | Gets or sets a value that indicates whether the hierarchy view is enabled. | |
InitialHierarchy | Gets or sets the initial search hierarchy as an array of SPProviderHierarchyTree objects. | |
InitialSchema | Gets or sets the data schema of the provider. | |
PickerEnabled | Gets or sets a value that indicates whether the people picker control is enabled. | |
ResultDisplay | Gets or sets the type of view that is rendered in the user interface. | |
ResultTypeIsJson | Gets or sets a value that indicates whether the communication between the browser and the server will use data serialized using Java Script Object Notation (JSON). | |
ResultTypes | Gets or sets a string that describes the type of results returned by the picker dialog. | |
TableIndexer | Gets or sets an array of the columns to display in the People Picker. | |
TableViewColumns | Gets or sets a dictionary that contains key-value pairs of columns to display in the user interface. | |
Title | Gets or sets the title of the People Picker. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top