Table of Contents

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

message Guid
contacts List<Guid>
role string
isGroup bool

Properties

ContactRole

public string ContactRole { get; set; }

Property Value

string

Contacts

public List<Guid> Contacts { get; set; }

Property Value

List<Guid>

IsGroup

public bool IsGroup { get; set; }

Property Value

bool