Table of Contents

Class FeatureBase

Namespace
Dynamicweb.Core
Assembly
Dynamicweb.Core.dll
public abstract class FeatureBase : Feature
Inheritance
FeatureBase
Derived
Inherited Members

Constructors

FeatureBase(string, string, bool)

protected FeatureBase(string name, string category, bool defaultValue)

Parameters

name string
category string
defaultValue bool
To top