Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / Country Class / Country Constructor / Country Constructor(String,Store,String)
The value of id
The value of store
The value of name
Version
Country Constructor(String,Store,String)
Initializes a new instance of the Country class.
Syntax
public Country( 
   string id,
   Store store,
   string name
)

Parameters

id
The value of id
store
The value of store
name
The value of name
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