| IconFlagPath Method |
Gets the path to the national flag icon by the specified two-letter ISO country code.
Namespace:
Dynamicweb.Controls.Icons
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static string FlagPath(
string countryCode,
IconSize size
)
Public Shared Function FlagPath (
countryCode As String,
size As IconSize
) As String
Parameters
- countryCode
- Type: SystemString
Two-letter ISO country code. - size
- Type: Dynamicweb.Controls.IconsIconSize
Icon size.
Return Value
Type:
StringRemarks See Also