Click or drag to resize

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
)

Parameters

input
Type: SystemString
String to parse shop identity from.

Return Value

Type: ShopItemIdentity
Shop identity.
See Also