Show / Hide Table of Contents

Class Settings

Inheritance
object
Settings
Namespace: DotNetNuke.Providers.FolderProviders.AzureFolderProvider
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public class Settings : FolderMappingSettingsControlBase

Constructors

Settings()

Declaration
public Settings()

Fields

CreateContainerPanel

Declaration
protected Panel CreateContainerPanel
Field Value
Type Description
Panel

SelectContainerPanel

Declaration
protected Panel SelectContainerPanel
Field Value
Type Description
Panel

btnNewContainer

Declaration
protected LinkButton btnNewContainer
Field Value
Type Description
LinkButton

btnSelectExistingContainer

Declaration
protected LinkButton btnSelectExistingContainer
Field Value
Type Description
LinkButton

chkDirectLink

Declaration
protected CheckBox chkDirectLink
Field Value
Type Description
CheckBox

chkUseHttps

Declaration
protected CheckBox chkUseHttps
Field Value
Type Description
CheckBox

ddlContainers

Declaration
protected DropDownList ddlContainers
Field Value
Type Description
DropDownList

plAccountKey

Declaration
protected UserControl plAccountKey
Field Value
Type Description
UserControl

plAccountName

Declaration
protected UserControl plAccountName
Field Value
Type Description
UserControl

plContainerName

Declaration
protected UserControl plContainerName
Field Value
Type Description
UserControl

plCustomDomain

Declaration
protected UserControl plCustomDomain
Field Value
Type Description
UserControl

plDirectLink

Declaration
protected UserControl plDirectLink
Field Value
Type Description
UserControl

plSyncBatchSize

Declaration
protected UserControl plSyncBatchSize
Field Value
Type Description
UserControl

plUseHttps

Declaration
protected UserControl plUseHttps
Field Value
Type Description
UserControl

rgBlobEndpoint

Declaration
protected RegularExpressionValidator rgBlobEndpoint
Field Value
Type Description
RegularExpressionValidator

rgInteger

Declaration
protected RegularExpressionValidator rgInteger
Field Value
Type Description
RegularExpressionValidator

tbAccountKey

Declaration
protected TextBox tbAccountKey
Field Value
Type Description
TextBox

tbAccountName

Declaration
protected TextBox tbAccountName
Field Value
Type Description
TextBox

tbContainerName

Declaration
protected TextBox tbContainerName
Field Value
Type Description
TextBox

tbCustomDomain

Declaration
protected TextBox tbCustomDomain
Field Value
Type Description
TextBox

tbSyncBatchSize

Declaration
protected TextBox tbSyncBatchSize
Field Value
Type Description
TextBox

valAccountKey

Declaration
protected RequiredFieldValidator valAccountKey
Field Value
Type Description
RequiredFieldValidator

valAccountName

Declaration
protected RequiredFieldValidator valAccountName
Field Value
Type Description
RequiredFieldValidator

valContainerName

Declaration
protected CustomValidator valContainerName
Field Value
Type Description
CustomValidator

Methods

LoadSettings(Hashtable)

Declaration
public override void LoadSettings(Hashtable folderMappingSettings)
Parameters
Type Name Description
Hashtable folderMappingSettings

UpdateSettings(int)

Declaration
public override void UpdateSettings(int folderMappingID)
Parameters
Type Name Description
int folderMappingID

btnNewContainer_Click(object, EventArgs)

Declaration
protected void btnNewContainer_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

btnSelectExistingContainer_Click(object, EventArgs)

Declaration
protected void btnSelectExistingContainer_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

ddlContainers_SelectedIndexChanged(object, EventArgs)

Declaration
protected void ddlContainers_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

valContainerName_ServerValidate(object, ServerValidateEventArgs)

Declaration
protected void valContainerName_ServerValidate(object source, ServerValidateEventArgs args)
Parameters
Type Name Description
object source
ServerValidateEventArgs args

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS