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

The method ID.
Type of the method. (PAY / SHIP)
if set to true then it show the values in a input field.
The STR header.
if set to true show the default methods selector.
Gets the country relation selector - GUI.
Syntax
'Declaration
 
Public Overloads Shared Function GetCountryRelData( _ 
   ByVal methodID As String, _ 
   ByVal methodType As String, _ 
   ByVal valueField As Boolean, _ 
   ByVal strHeader As String, _ 
   ByVal foldoutDefaultMethods As Boolean _ 
) As String
public static string GetCountryRelData( 
   string methodID,
   string methodType,
   bool valueField,
   string strHeader,
   bool foldoutDefaultMethods 
)

Parameters

methodID
The method ID.
methodType
Type of the method. (PAY / SHIP)
valueField
if set to true then it show the values in a input field.
strHeader
The STR header.
foldoutDefaultMethods
if set to true show the default methods selector.

Return Value

Returns a HTML table with a Country Relation selector
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

Functions Class
Functions Members
Overload List

Send Feedback