PMMembershipOptionsCustomUserFieldSettingEnable Method |
Enables a custom AD Lookup field
Namespace: PM90SettingsAPI.MembershipOptionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void Enable(
string ldapAttribute,
string FriendlyName
)
Parameters
- ldapAttribute
- Type: SystemString
exact name of LDAP field in AD - FriendlyName
- Type: SystemString
friendly name as shown in interface and reporting.
Remarks Information will not be populated for existing users until their next full AD refresh.
See Also