C# Class ScrewTurn.Wiki.AdminPages

Inheritance: BasePage
显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnApprove global::Anthem.Button
btnAsNamespace global::Anthem.LinkButton
btnBack global::Anthem.Button
btnBack2 global::System.Web.UI.WebControls.Button
btnBulkMigrate global::Anthem.Button
btnBulkMigrateBack global::Anthem.Button
btnBulkMigratePages global::Anthem.Button
btnClearDiscussion global::Anthem.Button
btnDeleteBackups global::Anthem.Button
btnDeletePage global::Anthem.Button
btnFilter global::Anthem.ImageButton
btnLocked global::Anthem.LinkButton
btnMigrate global::Anthem.Button
btnNewPage global::System.Web.UI.WebControls.Button
btnPublic global::Anthem.LinkButton
btnReject global::Anthem.Button
btnRename global::Anthem.Button
btnRollback global::Anthem.Button
chkBulkMigrateCopyCategories global::System.Web.UI.WebControls.CheckBox
chkCopyCategories global::Anthem.CheckBox
chkOrphansOnly global::Anthem.CheckBox
chkShadowPage global::Anthem.CheckBox
cvNewName global::Anthem.CustomValidator
lblApproveResult global::Anthem.Label
lblApproveTitle global::System.Web.UI.WebControls.Literal
lblBackupResult global::Anthem.Label
lblBulkMigarateInfo global::System.Web.UI.WebControls.Literal
lblBulkMigrateInfo2 global::System.Web.UI.WebControls.Literal
lblBulkMigrateResult global::Anthem.Label
lblBulkStep1 global::System.Web.UI.WebControls.Literal
lblBulkStep2 global::System.Web.UI.WebControls.Literal
lblBulkStep3 global::System.Web.UI.WebControls.Literal
lblBy global::System.Web.UI.WebControls.Literal
lblClearDiscussionTitle global::System.Web.UI.WebControls.Literal
lblCurrentPage global::System.Web.UI.WebControls.Literal
lblDateTime global::System.Web.UI.WebControls.Literal
lblDeleteBackupsTitle global::System.Web.UI.WebControls.Literal
lblDeletePage global::System.Web.UI.WebControls.Literal
lblDeleteResult global::Anthem.Label
lblDiscussionResult global::Anthem.Label
lblDraftPreview global::Anthem.Label
lblEditTitle global::System.Web.UI.WebControls.Literal
lblLockedInfo global::System.Web.UI.WebControls.Literal
lblMigratePageTitle global::System.Web.UI.WebControls.Literal
lblMigrateResult global::Anthem.Label
lblNamespace global::System.Web.UI.WebControls.Literal
lblNewName global::System.Web.UI.WebControls.Literal
lblNormalInfo global::System.Web.UI.WebControls.Literal
lblPageName global::System.Web.UI.WebControls.Literal
lblPagePermissions global::System.Web.UI.WebControls.Literal
lblPages global::System.Web.UI.WebControls.Literal
lblPermissionsTemplates global::System.Web.UI.WebControls.Literal
lblPermissionsTemplatesInfo global::System.Web.UI.WebControls.Literal
lblPublicInfo global::System.Web.UI.WebControls.Literal
lblRenamePageTitle global::System.Web.UI.WebControls.Literal
lblRenameResult global::Anthem.Label
lblRevision global::System.Web.UI.WebControls.Literal
lblRollbackPageTitle global::System.Web.UI.WebControls.Literal
lblRollbackResult global::Anthem.Label
lblSavedOn global::System.Web.UI.WebControls.Literal
lblTargetNamespace global::System.Web.UI.WebControls.Literal
lblUser global::System.Web.UI.WebControls.Literal
lnkDiff global::System.Web.UI.WebControls.HyperLink
lnkEdit global::System.Web.UI.WebControls.HyperLink
lstBackup global::Anthem.DropDownList
lstBulkMigrateTargetNamespace global::Anthem.DropDownList
lstNamespace global::Anthem.DropDownList
lstRevision global::Anthem.DropDownList
lstTargetNamespace global::Anthem.DropDownList
pageListBuilder global::ScrewTurn.Wiki.PageListBuilder
pageSelector global::ScrewTurn.Wiki.PageSelector
permissionsManager global::ScrewTurn.Wiki.PermissionsManager
pnlApproveRevision global::Anthem.Panel
pnlBulkMigrate global::Anthem.Panel
pnlClearDiscussion global::Anthem.Panel
pnlDelete global::Anthem.Panel
pnlDeleteBackups global::Anthem.Panel
pnlEditPage global::Anthem.Panel
pnlList global::Anthem.Panel
pnlMigrate global::Anthem.Panel
pnlPermissions global::Anthem.Panel
pnlRename global::Anthem.Panel
pnlRollback global::Anthem.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
rdoAllBackups global::Anthem.RadioButton
rdoUpTo global::Anthem.RadioButton
rfvNewName global::Anthem.RequiredFieldValidator
rptPages global::Anthem.Repeater
txtCurrentPage global::Anthem.HiddenField
txtFilter global::Anthem.TextBox
txtNewName global::Anthem.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnApprove_Click ( object sender, EventArgs e ) : void
btnAsNamespace_Click ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnBulkMigrateBack_Click ( object sender, EventArgs e ) : void
btnBulkMigratePages_Click ( object sender, EventArgs e ) : void
btnBulkMigrate_Click ( object sender, EventArgs e ) : void
btnClearDiscussion_Click ( object sender, EventArgs e ) : void
btnDeleteBackups_Click ( object sender, EventArgs e ) : void
btnDeletePage_Click ( object sender, EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void
btnLocked_Click ( object sender, EventArgs e ) : void
btnMigrate_Click ( object sender, EventArgs e ) : void
btnNewPage_Click ( object sender, EventArgs e ) : void
btnPublic_Click ( object sender, EventArgs e ) : void
btnReject_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnRollback_Click ( object sender, EventArgs e ) : void
cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
pageSelector_SelectedPageChanged ( object sender, SelectedPageChangedEventArgs e ) : void
providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
rdoBackup_CheckedChanged ( object sender, EventArgs e ) : void
rdoFilter_CheckedChanged ( object sender, EventArgs e ) : void
rptPages_DataBinding ( object sender, EventArgs e ) : void
rptPages_ItemCommand ( object sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Private Methods

Method Description
ActivatePageEditor ( ) : void

Activates the page editor.

ActivatePagePermissionsManager ( ) : void

Activates the permissions manager.

AutoRollback ( ) : void

Rolls back the externally selected page to the previous version.

ClearResultLabels ( ) : void

Clears all the result labels.

GetPages ( ) : IList

Gets the pages in the selected namespace.

IsDefaultPage ( System.PageInfo page ) : bool

Determines whether a page is the default page of its namespace.

LoadBackups ( string pageName ) : void

Loads the backups for a page and populates the backups and revisions drop-down lists.

LoadDraft ( string currentPage ) : void

Loads the draft information, if any.

LoadExternallySelectedPage ( ) : bool

Loads the externally selected page.

LoadTargetNamespaces ( ) : void

Loads target namespaces for bulk migration.

PopulateTargetNamespaces ( System.PageInfo page ) : bool

Populates the namespaces list for migration.

RefreshList ( ) : void

Refreshes the pages list.

RefreshPermissionsManager ( ) : void

Refreshes the permissions manager.

RemoveAllPermissions ( System.PageInfo page ) : void

Removes all the permissions for a page.

ResetBulkEditor ( ) : void

Resets the bulk management editor.

ResetEditor ( ) : void

Resets the editor.

ResetPageList ( ) : void

Resets the page list.

ReturnToList ( ) : void

Returns to the group list.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnApprove_Click() protected method

protected btnApprove_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnAsNamespace_Click() protected method

protected btnAsNamespace_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBack_Click() protected method

protected btnBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBulkMigrateBack_Click() protected method

protected btnBulkMigrateBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBulkMigratePages_Click() protected method

protected btnBulkMigratePages_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBulkMigrate_Click() protected method

protected btnBulkMigrate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnClearDiscussion_Click() protected method

protected btnClearDiscussion_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDeleteBackups_Click() protected method

protected btnDeleteBackups_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDeletePage_Click() protected method

protected btnDeletePage_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnFilter_Click() protected method

protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnLocked_Click() protected method

protected btnLocked_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnMigrate_Click() protected method

protected btnMigrate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnNewPage_Click() protected method

protected btnNewPage_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnPublic_Click() protected method

protected btnPublic_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnReject_Click() protected method

protected btnReject_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRename_Click() protected method

protected btnRename_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRollback_Click() protected method

protected btnRollback_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cvNewName_ServerValidate() protected method

protected cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
return void

lstNamespace_SelectedIndexChanged() protected method

protected lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

pageSelector_SelectedPageChanged() protected method

protected pageSelector_SelectedPageChanged ( object sender, SelectedPageChangedEventArgs e ) : void
sender object
e SelectedPageChangedEventArgs
return void

providerSelector_SelectedProviderChanged() protected method

protected providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rdoBackup_CheckedChanged() protected method

protected rdoBackup_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rdoFilter_CheckedChanged() protected method

protected rdoFilter_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptPages_DataBinding() protected method

protected rptPages_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptPages_ItemCommand() protected method

protected rptPages_ItemCommand ( object sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
return void

Property Details

btnApprove protected_oe property

btnApprove control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnApprove
return global::Anthem.Button

btnAsNamespace protected_oe property

btnAsNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnAsNamespace
return global::Anthem.LinkButton

btnBack protected_oe property

btnBack control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnBack
return global::Anthem.Button

btnBack2 protected_oe property

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

btnBulkMigrate protected_oe property

btnBulkMigrate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnBulkMigrate
return global::Anthem.Button

btnBulkMigrateBack protected_oe property

btnBulkMigrateBack control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnBulkMigrateBack
return global::Anthem.Button

btnBulkMigratePages protected_oe property

btnBulkMigratePages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnBulkMigratePages
return global::Anthem.Button

btnClearDiscussion protected_oe property

btnClearDiscussion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnClearDiscussion
return global::Anthem.Button

btnDeleteBackups protected_oe property

btnDeleteBackups control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDeleteBackups
return global::Anthem.Button

btnDeletePage protected_oe property

btnDeletePage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDeletePage
return global::Anthem.Button

btnFilter protected_oe property

btnFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnFilter
return global::Anthem.ImageButton

btnLocked protected_oe property

btnLocked control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnLocked
return global::Anthem.LinkButton

btnMigrate protected_oe property

btnMigrate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigrate
return global::Anthem.Button

btnNewPage protected_oe property

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

btnPublic protected_oe property

btnPublic control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnPublic
return global::Anthem.LinkButton

btnReject protected_oe property

btnReject control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnReject
return global::Anthem.Button

btnRename protected_oe property

btnRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRename
return global::Anthem.Button

btnRollback protected_oe property

btnRollback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRollback
return global::Anthem.Button

chkBulkMigrateCopyCategories protected_oe property

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

chkCopyCategories protected_oe property

chkCopyCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CheckBox chkCopyCategories
return global::Anthem.CheckBox

chkOrphansOnly protected_oe property

chkOrphansOnly control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CheckBox chkOrphansOnly
return global::Anthem.CheckBox

chkShadowPage protected_oe property

chkShadowPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CheckBox chkShadowPage
return global::Anthem.CheckBox

cvNewName protected_oe property

cvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CustomValidator cvNewName
return global::Anthem.CustomValidator

lblApproveResult protected_oe property

lblApproveResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblApproveResult
return global::Anthem.Label

lblApproveTitle protected_oe property

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

lblBackupResult protected_oe property

lblBackupResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblBackupResult
return global::Anthem.Label

lblBulkMigarateInfo protected_oe property

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

lblBulkMigrateInfo2 protected_oe property

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

lblBulkMigrateResult protected_oe property

lblBulkMigrateResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblBulkMigrateResult
return global::Anthem.Label

lblBulkStep1 protected_oe property

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

lblBulkStep2 protected_oe property

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

lblBulkStep3 protected_oe property

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

lblBy protected_oe property

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

lblClearDiscussionTitle protected_oe property

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

lblCurrentPage protected_oe property

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

lblDateTime protected_oe property

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

lblDeleteBackupsTitle protected_oe property

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

lblDeletePage protected_oe property

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

lblDeleteResult protected_oe property

lblDeleteResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDeleteResult
return global::Anthem.Label

lblDiscussionResult protected_oe property

lblDiscussionResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDiscussionResult
return global::Anthem.Label

lblDraftPreview protected_oe property

lblDraftPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDraftPreview
return global::Anthem.Label

lblEditTitle protected_oe property

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

lblLockedInfo protected_oe property

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

lblMigratePageTitle protected_oe property

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

lblMigrateResult protected_oe property

lblMigrateResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigrateResult
return global::Anthem.Label

lblNamespace protected_oe property

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

lblNewName protected_oe property

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

lblNormalInfo protected_oe property

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

lblPageName protected_oe property

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

lblPagePermissions protected_oe property

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

lblPages protected_oe property

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

lblPermissionsTemplates protected_oe property

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

lblPermissionsTemplatesInfo protected_oe property

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

lblPublicInfo protected_oe property

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

lblRenamePageTitle protected_oe property

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

lblRenameResult protected_oe property

lblRenameResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblRenameResult
return global::Anthem.Label

lblRevision protected_oe property

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

lblRollbackPageTitle protected_oe property

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

lblRollbackResult protected_oe property

lblRollbackResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblRollbackResult
return global::Anthem.Label

lblSavedOn protected_oe property

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

lblTargetNamespace protected_oe property

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

lblUser protected_oe property

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

lnkDiff protected_oe property

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

lnkEdit protected_oe property

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

lstBackup protected_oe property

lstBackup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstBackup
return global::Anthem.DropDownList

lstBulkMigrateTargetNamespace protected_oe property

lstBulkMigrateTargetNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstBulkMigrateTargetNamespace
return global::Anthem.DropDownList

lstNamespace protected_oe property

lstNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstNamespace
return global::Anthem.DropDownList

lstRevision protected_oe property

lstRevision control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstRevision
return global::Anthem.DropDownList

lstTargetNamespace protected_oe property

lstTargetNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstTargetNamespace
return global::Anthem.DropDownList

pageListBuilder protected_oe property

pageListBuilder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PageListBuilder pageListBuilder
return global::ScrewTurn.Wiki.PageListBuilder

pageSelector protected_oe property

pageSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PageSelector pageSelector
return global::ScrewTurn.Wiki.PageSelector

permissionsManager protected_oe property

permissionsManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PermissionsManager permissionsManager
return global::ScrewTurn.Wiki.PermissionsManager

pnlApproveRevision protected_oe property

pnlApproveRevision control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlApproveRevision
return global::Anthem.Panel

pnlBulkMigrate protected_oe property

pnlBulkMigrate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlBulkMigrate
return global::Anthem.Panel

pnlClearDiscussion protected_oe property

pnlClearDiscussion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlClearDiscussion
return global::Anthem.Panel

pnlDelete protected_oe property

pnlDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlDelete
return global::Anthem.Panel

pnlDeleteBackups protected_oe property

pnlDeleteBackups control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlDeleteBackups
return global::Anthem.Panel

pnlEditPage protected_oe property

pnlEditPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlEditPage
return global::Anthem.Panel

pnlList protected_oe property

pnlList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlList
return global::Anthem.Panel

pnlMigrate protected_oe property

pnlMigrate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlMigrate
return global::Anthem.Panel

pnlPermissions protected_oe property

pnlPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlPermissions
return global::Anthem.Panel

pnlRename protected_oe property

pnlRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlRename
return global::Anthem.Panel

pnlRollback protected_oe property

pnlRollback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlRollback
return global::Anthem.Panel

providerSelector protected_oe property

providerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector
return global::ScrewTurn.Wiki.ProviderSelector

rdoAllBackups protected_oe property

rdoAllBackups control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoAllBackups
return global::Anthem.RadioButton

rdoUpTo protected_oe property

rdoUpTo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoUpTo
return global::Anthem.RadioButton

rfvNewName protected_oe property

rfvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RequiredFieldValidator rfvNewName
return global::Anthem.RequiredFieldValidator

rptPages protected_oe property

rptPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptPages
return global::Anthem.Repeater

txtCurrentPage protected_oe property

txtCurrentPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.HiddenField txtCurrentPage
return global::Anthem.HiddenField

txtFilter protected_oe property

txtFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtFilter
return global::Anthem.TextBox

txtNewName protected_oe property

txtNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtNewName
return global::Anthem.TextBox