C# Class DNNtc.ModuleControlProperties

This class is used to indicate which UserControls should be in the install package

ModuleControlProperties(Key, Title, ControlType, HelpUrl, SupportsPartialRendering = false, SupportsPopUps = false)

Inheritance: System.Attribute
Exibir arquivo Open project: weggetor/BBImageStory

Public Methods

Method Description
ModuleControlProperties ( string key, string title, ControlType userControlType, string helpUrl, bool supportsPartialRendering = false, bool supportsPopUps = false ) : System

Creates a attribute with the right properties to create a control.

Method Details

ModuleControlProperties() public method

Creates a attribute with the right properties to create a control.
public ModuleControlProperties ( string key, string title, ControlType userControlType, string helpUrl, bool supportsPartialRendering = false, bool supportsPopUps = false ) : System
key string The key.
title string The title.
userControlType ControlType type of the user control.
helpUrl string The help URL.
supportsPartialRendering bool if set to true [supports partial rendering].
supportsPopUps bool if set to true [supports pop ups].
return System