DataComFormLayoutCreateBuyContactButton Method |
Creates a button to buy the specified contact, and returns it.
Namespace: CMS.DataCom.Web.UIAssembly: CMS.DataCom.Web.UI (in CMS.DataCom.Web.UI.dll) Version: 10.0.0
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