SPPeoplePickerSearchActiveDirectoryDomain members
Represents an Active Directory domain forest that is searched by the People Picker control within the SharePoint Foundation user interface.
The SPPeoplePickerSearchActiveDirectoryDomain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPeoplePickerSearchActiveDirectoryDomain | Initializes a new instance of the SPPeoplePickerSearchActiveDirectoryDomain class. |
Top
Properties
Name | Description | |
---|---|---|
CustomFilter | Gets or sets the LDAP (Lightweight Directory Access Protocol) filter used when searching for a user in the domain. | |
DomainName | Gets or sets the Domain Name System (DNS) name of the Active Directory domain or forest. | |
IsForest | Gets or sets a Boolean value that specifies whether the Active Directory domain is a forest. | |
LoginName | Gets or sets a user name to use for searching the Active Directory domain forest. | |
ShortDomainName | Gets or sets the short domain name of the Active Directory domain or forest. | |
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.) | |
SetPassword | Sets the password to use for searching the Active Directory domain forest. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top