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
Properties
ContactIdentifier
public Guid ContactIdentifier { get; set; }
Property Value
ContactRole
public string ContactRole { get; set; }
Property Value
IsGroup
public bool IsGroup { get; set; }
Property Value
Validate
public bool Validate { get; set; }