Class CDefault
Inheritance
System.Object
CDefault
Assembly: DotNetNuke.dll
Syntax
public class CDefault : PageBase
Fields
|
Improve this Doc
View Source
Author
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Copyright
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Generator
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyWords
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
AdvancedSettingsPageUrl
Declaration
protected string AdvancedSettingsPageUrl { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ManageInstallerFiles()
Declaration
protected void ManageInstallerFiles()
|
Improve this Doc
View Source
RegisterAjaxScript()
Declaration
protected override void RegisterAjaxScript()
Overrides
|
Improve this Doc
View Source
Allows the scroll position on the page to be moved to the top of the passed in control.
Declaration
public void ScrollToControl(Control objControl)
Parameters
Type |
Name |
Description |
Control |
objControl |
Control to scroll to.
|
Extension Methods