Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PushMessage

Inheritance
System.Object
PushMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI.Messaging.Internal
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class PushMessage

Constructors

PushMessage(String, Object)

Declaration
public PushMessage(string topic, object data)
Parameters
Type Name Description
System.String topic
System.Object data

PushMessage(String, Object, String[])

Declaration
public PushMessage(string topic, object data, string[] recipients)
Parameters
Type Name Description
System.String topic
System.Object data
System.String[] recipients

Properties

Data

Declaration
public object Data { get; }
Property Value
Type Description
System.Object

Recipients

Declaration
public IEnumerable<string> Recipients { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Topic

Declaration
public string Topic { get; }
Property Value
Type Description
System.String

Extension Methods