Click or drag to resize
MemberAddedHowEnum Enumeration
Possible types of how can be contact added to contact group.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public enum MemberAddedHowEnum
Members
  Member nameValueDescription
Dynamic1 Contact is added through dynamic macro evaluation.
Account2 Contact is added through account which is member of contact group.
Manual3 Contact is manually added.
See Also