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

Inheritance: DotNetNuke.Modules.Xml.BaseControls.BaseSourceSettings
ファイルを表示 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_oe 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