Table of Contents

Class AddInFeatureAttribute

Namespace
Dynamicweb.Extensibility.AddIns
Assembly
Dynamicweb.Core.dll
public abstract class AddInFeatureAttribute : Attribute
Inheritance
AddInFeatureAttribute
Derived
Inherited Members

Constructors

AddInFeatureAttribute(Type)

protected AddInFeatureAttribute(Type featureType)

Parameters

featureType Type

Properties

FeatureType

Gets the feature type.

public Type FeatureType { get; }

Property Value

Type
To top