Interface IExtensionPointData
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public interface IExtensionPointData
Properties
DisableOnHost
Declaration
bool DisableOnHost { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DisableUnauthenticated
Declaration
bool DisableUnauthenticated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Group
Declaration
string Group { get; }
Property Value
| Type | Description |
|---|---|
| string |
Module
Declaration
string Module { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Priority
Declaration
int Priority { get; }
Property Value
| Type | Description |
|---|---|
| int |