Click or drag to resize
BuyerIdentity Constructor
Initializes a new instance of the BuyerIdentity class with the specified identifiers.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public BuyerIdentity(
	string userIdentifier,
	string organizationIdentifier
)

Parameters

userIdentifier
Type: SystemString
The user identifier.
organizationIdentifier
Type: SystemString
The user organization identifier.
See Also