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