Table of Contents

Class SubscribeAttribute

Namespace
Dynamicweb.Extensibility.Notifications
Assembly
Dynamicweb.Core.dll

Defines the subscribe attribute

[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public class SubscribeAttribute : Attribute
Inheritance
SubscribeAttribute
Inherited Members

Constructors

SubscribeAttribute(string)

Initializes a new instance of the SubscribeAttribute class.

public SubscribeAttribute(string name)

Parameters

name string

The name.

Properties

Name

Gets or sets the name of the subscriber.

public string Name { get; set; }

Property Value

string

The name - constant or string that defines the notification.

To top