Class AddSubscribers
- Namespace
- InSite.Application.Messages.Write
- Assembly
- Shift.Sdk.dll
public class AddSubscribers : Command, ICommand
- Inheritance
-
AddSubscribers
- Implements
- Inherited Members
- Extension Methods
Constructors
AddSubscribers(Guid, List<Guid>, string, bool)
public AddSubscribers(Guid message, List<Guid> contacts, string role, bool isGroup)
Parameters
Properties
ContactRole
public string ContactRole { get; set; }
Property Value
Contacts
public List<Guid> Contacts { get; set; }
Property Value
IsGroup
public bool IsGroup { get; set; }