DataComFormLayoutCreateBuyContactButton Method |
Creates a button to buy the specified contact, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax protected LocalizedButton CreateBuyContactButton(
Contact contact
)
Parameters
- contact
- Type: CMS.DataComContact
The contact to buy.
Return Value
Type:
LocalizedButtonA button to buy the specified contact.
See Also