Click or drag to resize

PFDomainGroupSyncMode Enumeration

Describes how a group is synchronized with a domain group.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
[FlagsAttribute]
public enum PFDomainGroupSyncMode
Members
  Member nameValueDescription
Membership0 Membership only. Packflow tries to find the PFUser equivalent to each domain group user and if found, adds it to the group.
MembershipAndUsersProperties1 Same as Membership but also updates user properties (such as display name or email) from the domain users.
MembershipAndUsersFullEnsure2 Same as MembershipAndUsersProperties but also creates users not found in Packflow.
See Also