Table of Contents

Class SubscribersAdded

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
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

contacts Guid[]
role string
isGroup bool

Properties

ContactIdentifiers

public Guid[] ContactIdentifiers { get; set; }

Property Value

Guid[]

ContactRole

public string ContactRole { get; set; }

Property Value

string

IsGroup

public bool IsGroup { get; set; }

Property Value

bool