C# Class admin.Settings.Advanced

Exibir arquivo Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

btnChangeProvider_Click ( object sender, EventArgs e ) : void
btnDownloadArchive_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindRoles ( ) : void
BindSettings ( ) : void

The bind settings.

Save ( bool enableCompression, bool removeWhitespaceInStyleSheets, bool compressWebResource, bool enableOpenSearch, bool requireSslForMetaWeblogApi, string wwwSubdomain, bool enableErrorLogging, bool allowRemoteFileDownloads, int remoteTimeout, int remoteMaxFileSize, string galleryFeedUrl, string enablePasswordReset, string enableSelfRegistration, string selfRegistrationInitialRole ) : JsonResponse

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event to initialize the page.
protected OnInit ( EventArgs e ) : void
e EventArgs An that contains the event data.
return void

btnChangeProvider_Click() protected method

protected btnChangeProvider_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnDownloadArchive_Click() protected method

protected btnDownloadArchive_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void