C# Class FLS.SharePoint.ContentDeployment.MigrationJobSettingsPage

Inheritance: GlobalAdminPageBase
ファイルを表示 Open project: ivankozyrev/fls-internal-portal

Protected Properties

Property Type Description
BtnCancel global::System.Web.UI.WebControls.Button
BtnOk global::System.Web.UI.WebControls.Button
DestinationSiteCollectionSelector global::Microsoft.SharePoint.WebControls.ExpandableDropDownList
ExportObjects global::Microsoft.SharePoint.WebControls.ExpandableDropDownList
ExportTypes global::Microsoft.SharePoint.WebControls.ExpandableDropDownList
FileLocation global::Microsoft.SharePoint.WebControls.InputFormTextBox
FileName global::Microsoft.SharePoint.WebControls.InputFormTextBox
SourceSiteCollectionSelector global::Microsoft.SharePoint.WebControls.ExpandableDropDownList
WebAppSelector global::Microsoft.SharePoint.WebControls.WebApplicationSelector
inputControls global::System.Web.UI.WebControls.Panel
litMessages global::System.Web.UI.WebControls.Literal
litWebAppName global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
DataBindAllControls ( ) : void
GetConfiguration ( ) : void
OnBtnCancelClick ( object sender, EventArgs e ) : void
OnBtnOkClick ( object sender, EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
SaveSettings ( ) : void
SetDefaultSettings ( ) : void
SetMigrationOptions ( ) : void
WebAppSelectorOnContextChange ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

BtnCancel protected_oe property

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

BtnOk protected_oe property

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

DestinationSiteCollectionSelector protected_oe property

DestinationSiteCollectionSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ExpandableDropDownList DestinationSiteCollectionSelector
return global::Microsoft.SharePoint.WebControls.ExpandableDropDownList

ExportObjects protected_oe property

ExportObjects control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ExpandableDropDownList ExportObjects
return global::Microsoft.SharePoint.WebControls.ExpandableDropDownList

ExportTypes protected_oe property

ExportTypes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ExpandableDropDownList ExportTypes
return global::Microsoft.SharePoint.WebControls.ExpandableDropDownList

FileLocation protected_oe property

FileLocation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox FileLocation
return global::Microsoft.SharePoint.WebControls.InputFormTextBox

FileName protected_oe property

FileName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox FileName
return global::Microsoft.SharePoint.WebControls.InputFormTextBox

SourceSiteCollectionSelector protected_oe property

SourceSiteCollectionSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.ExpandableDropDownList SourceSiteCollectionSelector
return global::Microsoft.SharePoint.WebControls.ExpandableDropDownList

WebAppSelector protected_oe property

WebAppSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.WebApplicationSelector WebAppSelector
return global::Microsoft.SharePoint.WebControls.WebApplicationSelector

inputControls protected_oe property

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

litMessages protected_oe property

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

litWebAppName protected_oe property

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