Table of Contents

Class AddSubscriber

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

Constructors

AddSubscriber(Guid, Guid, string, bool, bool)

public AddSubscriber(Guid message, Guid contact, string role, bool validate, bool isGroup)

Parameters

message Guid
contact Guid
role string
validate bool
isGroup bool

Properties

ContactIdentifier

public Guid ContactIdentifier { get; set; }

Property Value

Guid

ContactRole

public string ContactRole { get; set; }

Property Value

string

IsGroup

public bool IsGroup { get; set; }

Property Value

bool

Validate

public bool Validate { get; set; }

Property Value

bool