Loads client startup scripts from external source.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub LoadClientStartupScriptsFromExternalSource( _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  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 ,
   string ,
   Type 
)
             
        
             
        
            Parameters
- scriptUrl
 
- URL of the script.
 - RegisteredScriptName
 
- Name of the registered script.
 - RegisteringControlType
 
- Type of the registering control.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also