| 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
)
Public Shared Function Join (
components As String()
) As String
Parameters
- components
- Type: SystemString
A list of unique identity components.
Return Value
Type:
StringUnique identifier.
See Also