Table of Contents

Class RemoveMessageSubscribers

Namespace
InSite.Application.Messages.Write
Assembly
Shift.Sdk.dll
public class RemoveMessageSubscribers : Command, ICommand
Inheritance
RemoveMessageSubscribers
Implements
Inherited Members
Extension Methods

Constructors

RemoveMessageSubscribers(Guid, List<Guid>, bool)

public RemoveMessageSubscribers(Guid message, List<Guid> contacts, bool isGroup)

Parameters

message Guid
contacts List<Guid>
isGroup bool

Properties

Contacts

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

Property Value

List<Guid>

IsGroup

public bool IsGroup { get; set; }

Property Value

bool