Class SubscribersAdded
public class SubscribersAdded : Change, IChange
- Inheritance
-
SubscribersAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
SubscribersAdded(Guid[], string, bool)
public SubscribersAdded(Guid[] contacts, string role, bool isGroup)
Parameters
Properties
ContactIdentifiers
public Guid[] ContactIdentifiers { get; set; }
Property Value
- Guid[]
ContactRole
public string ContactRole { get; set; }
Property Value
IsGroup
public bool IsGroup { get; set; }