Table of Contents

Class PolarToolsComponent_SendMessageToAllSessions

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class is the implementation of the Polar Tools component 'Send message to all sessions'.

public class PolarToolsComponent_SendMessageToAllSessions : PolarToolsComponent
Inheritance
PolarToolsComponent_SendMessageToAllSessions
Inherited Members
Extension Methods

Properties

Caption

This property gets/sets the caption for this component as shown in the tabs in Polar Tools.

public override string Caption { get; set; }

Property Value

string

Message

This property gets/sets the message to send to the users.

public string Message { get; set; }

Property Value

string

Name

Returns the name of this component.

public override string Name { get; }

Property Value

string

SendMessageToLoggedInSessionsOnly

This property gets/sets if the message is to be sent only to logged in sessions or to all sessions.

public bool SendMessageToLoggedInSessionsOnly { get; set; }

Property Value

bool