C# Class Engage.Dnn.Publish.Tags.TagCloudOptions

Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Mostra file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
chkLimitTagCount global::System.Web.UI.WebControls.CheckBox

Private Properties

Property Type Description

Public Methods

Method Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

chkLimitTagCount protected_oe property

chkLimitTagCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkLimitTagCount
return global::System.Web.UI.WebControls.CheckBox