Click or drag to resize

ModelIdentityJoin Method

Returns unique identifier using the given list of identity components.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static string Join(
	string[] components
)

Parameters

components
Type: SystemString
A list of unique identity components.

Return Value

Type: String
Unique identifier.
See Also