Click or drag to resize
DataComFormLayoutInitializeBuyContactButton Method
Initializes the specified button to open a modal dialog.

Namespace: CMS.DataCom.Web.UI
Assembly: CMS.DataCom.Web.UI (in CMS.DataCom.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void InitializeBuyContactButton(
	LocalizedButton button
)

Parameters

button
Type: CMS.Base.Web.UILocalizedButton
The button to buy a contact.
See Also