Click or drag to resize
PMMembershipOptionsUserRefreshOptions Class
Types and static properties and methods for adjusting if user ad information automatically refreshes
Inheritance Hierarchy
SystemObject
  PM90SettingsAPI.MembershipOptionsPMMembershipOptionsUserRefreshOptions

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

The PMMembershipOptionsUserRefreshOptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDisableUserRefresh
Disables automatic background refresh of users
Public methodStatic memberEnableUserRefresh
Actives Automatic background User Refresh for Users
Top
Properties
  NameDescription
Public propertyAutomaticallyRefreshUsers
Users will peridocally be refreshed against AD updating their Group / OU memberships and refreshing other information.
Public propertyChangeOption
Specifies balance change that may occur to users on Refresh
Public propertyStatic memberCurrentUserRefreshOptions
Gets the current UserRefreshOptions
Top
See Also