Table of Contents

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 = 2

User account will be synchronized at every login. Roles synchronization should be performed with every login.

FirstLogin = 1

User account will be created for new users. Roles synchronization should be performed at the first login only.

Never = 0

User account will be created for new users. Roles synchronization should never be performed.