Dynamicweb 8 Documentation
Loader(String,Boolean,String) Method

Name of the element.
if set to true [clear cache].
The header STR.
Shows default eCommercer loader animation
Syntax
'Declaration
 
Public Overloads Shared Sub Loader( _ 
   ByVal elementName As String, _ 
   ByVal clearCache As Boolean, _ 
   ByVal headerStr As String _ 
) 
public static void Loader( 
   string elementName,
   bool clearCache,
   string headerStr 
)

Parameters

elementName
Name of the element.
clearCache
if set to true [clear cache].
headerStr
The header STR.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Gui Class
Gui Members
Overload List

Send Feedback