Click or drag to resize
PMMembershipOptionsCustomUserFieldSetting Class
Class for configuring custom LDAP fields
Inheritance Hierarchy
SystemObject
  PM90SettingsAPI.MembershipOptionsPMMembershipOptionsCustomUserFieldSetting

Namespace: PM90SettingsAPI.MembershipOptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public class CustomUserFieldSetting

The PMMembershipOptionsCustomUserFieldSetting type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears this custom LDAP field. This will full clear from users on their next AD refresh.
Public methodEnable
Enables a custom AD Lookup field
Top
Properties
  NameDescription
Public propertyAttributeConfig
The exact ldap field to lookup
Public propertyEnabled
determines if this ldap field has a custom configuration
Public propertyFriendlyNameConfig
The friendly name for this LDAP field in Reports
Top
See Also