Table of Contents

Class AddInFeatureAttribute<T>

Namespace
Dynamicweb.Extensibility.AddIns
Assembly
Dynamicweb.Core.dll

Defines the add-in feature attribute

[AttributeUsage(AttributeTargets.Class)]
public sealed class AddInFeatureAttribute<T> : AddInFeatureAttribute where T : FeatureBase

Type Parameters

T
Inheritance
AddInFeatureAttribute<T>
Inherited Members

Constructors

AddInFeatureAttribute()

Defines the add-in feature attribute

public AddInFeatureAttribute()
To top