Dynamicweb 8 Documentation
UpdateCreateDefaultCountryRel Method

The country ID.
Type of the method. (PAY / SHIP)
The default method ID.
Updates or Creates the default country relations for the payment or shipping method.
Syntax
'Declaration
 
Public Shared Function UpdateCreateDefaultCountryRel( _ 
   ByVal countryID As String, _ 
   ByVal methodType As String, _ 
   ByVal defaultID As String _ 
) As String
public static string UpdateCreateDefaultCountryRel( 
   string countryID,
   string methodType,
   string defaultID 
)

Parameters

countryID
The country ID.
methodType
Type of the method. (PAY / SHIP)
defaultID
The default method ID.
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