Show / Hide Table of Contents

Class PublishedEvent

Inheritance
object
PublishedEvent
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.EventQueue.Config
Assembly: DotNetNuke.dll
Syntax
public class PublishedEvent

Constructors

PublishedEvent()

Declaration
public PublishedEvent()

Properties

EventName

Declaration
public string EventName { get; set; }
Property Value
Type Description
string

Subscribers

Declaration
public string Subscribers { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS