Click or drag to resize
PMMembershipOptionsCustomUserFieldSettingEnable Method
Enables a custom AD Lookup field

Namespace: PM90SettingsAPI.MembershipOptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
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