Click or drag to resize
DataComFormLayoutCreateBuyContactButton Method
Creates a button to buy the specified contact, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
protected LocalizedButton CreateBuyContactButton(
	Contact contact
)

Parameters

contact
Type: CMS.DataComContact
The contact to buy.

Return Value

Type: LocalizedButton
A button to buy the specified contact.
See Also