SPPeoplePickerSettings members
Represents settings that are used in the People Picker control to select users, distribution lists, and security groups within the SharePoint Foundation user interface.
The SPPeoplePickerSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPeoplePickerSettings | Initializes a new instance of the SPPeoplePickerSettings class. |
Top
Properties
Name | Description | |
---|---|---|
ActiveDirectoryCustomFilter | Gets or sets a customized query filter to send to Active Directory Domain Services (ADDS). | |
ActiveDirectoryCustomQuery | Gets or sets the custom query that is sent to Active Directory Domain Services. | |
ActiveDirectoryRestrictIsolatedNameLevel | Gets or sets a value that indicates whether access to Active Directory is restricted when performing lookup of the user name. | |
ActiveDirectorySearchTimeout | Gets or sets the amount of time before Active Directory search times out. | |
AllowLocalAccount | Gets or sets whether the People Picker control should resolve local accounts. | |
DistributionListSearchDomains | Gets a list of Domain Name System (DNS) names of Active Directory domains or forests that SharePoint Foundation uses to search the distribution list. | |
NoWindowsAccountsForNonWindowsAuthenticationMode | Gets or sets a Boolean value that specifies whether the people picker should search Windows accounts when the current port uses forms authentication. | |
OnlySearchWithinSiteCollection | Gets or sets a Boolean value that specifies whether to search only the current site collection. | |
PeopleEditorOnlyResolveWithinSiteCollection | Gets or sets a value that indicates whether the People Picker control should only perform lookup operations and resolve users from the site collection. | |
ReferralChasingOption | Gets or sets a value that indicates if and how referral chasing is pursued. | |
SearchActiveDirectoryDomains | Gets the domain forests that the People Picker control searches. | |
ServiceAccountDirectoryPaths | Gets a collection that contains the directory paths of the service account. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top