| ShopItemIdentityParse Method |
Parses the shop identity from the given string.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ShopItemIdentity Parse(
string input
)
Public Shared Function Parse (
input As String
) As ShopItemIdentity
Parameters
- input
- Type: SystemString
String to parse shop identity from.
Return Value
Type:
ShopItemIdentityShop identity.
See Also