Dynamicweb 8 Documentation
SetCountryRelData Method

The method ID.
Type of the method. (PAY / SHIP)
The country ID. If multiple, seperated with comma (,)
Sets the country relations for the payment or shipping method.
Syntax
'Declaration
 
Public Shared Function SetCountryRelData( _ 
   ByVal methodID As String, _ 
   ByVal methodType As String, _ 
   ByVal countryIDArray As String _ 
) As String
public static string SetCountryRelData( 
   string methodID,
   string methodType,
   string countryIDArray 
)

Parameters

methodID
The method ID.
methodType
Type of the method. (PAY / SHIP)
countryIDArray
The country ID. If multiple, seperated with comma (,)
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

Send Feedback