CyberStore E-Payment 2023 Documentation
LoadClientStartupScriptsFromExternalSource Method


Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : LoadClientStartupScriptsFromExternalSource Method
URL of the script.
Name of the registered script.
Type of the registering control.
Loads client startup scripts from external source.
Syntax
'Declaration
 
Public Sub LoadClientStartupScriptsFromExternalSource( _
   ByVal scriptUrl As String, _
   ByVal RegisteredScriptName As String, _
   ByVal RegisteringControlType As Type _
) 
'Usage
 
Dim instance As CyberStoreBaseControl
Dim scriptUrl As String
Dim RegisteredScriptName As String
Dim RegisteringControlType As Type
 
instance.LoadClientStartupScriptsFromExternalSource(scriptUrl, RegisteredScriptName, RegisteringControlType)
public void LoadClientStartupScriptsFromExternalSource( 
   string scriptUrl,
   string RegisteredScriptName,
   Type RegisteringControlType
)

Parameters

scriptUrl
URL of the script.
RegisteredScriptName
Name of the registered script.
RegisteringControlType
Type of the registering control.
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members