Enum UserSynchronizationFrequency
- Namespace
- Kentico.Membership
- Assembly
- Kentico.Membership.dll
Represents the frequencies at which the user's information and role synchronization should be performed.
public enum UserSynchronizationFrequency
- Extension Methods
Fields
Always = 2User account will be synchronized at every login. Roles synchronization should be performed with every login.
FirstLogin = 1User account will be created for new users. Roles synchronization should be performed at the first login only.
Never = 0User account will be created for new users. Roles synchronization should never be performed.