C# Class DotNetNuke.Modules.Xml.Providers.XmlDataProvider.File.Settings

Inheritance: DotNetNuke.Modules.Xml.BaseControls.BaseSourceSettings
Show file Open project: DNNCommunity/DNN.XML

Protected Properties

Property Type Description
FileControl global::DotNetNuke.UI.UserControls.UrlControl

Public Methods

Method Description
LoadSettings ( ) : void
SaveSettings ( ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

FileControl protected property

FileControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.UrlControl FileControl
return global::DotNetNuke.UI.UserControls.UrlControl