Click or drag to resize
ModuleCommandsOnlineMarketingGetContactForNewsletters Method
Returns dataset with basic data of a contact specified by ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static DataSet OnlineMarketingGetContactForNewsletters(
	int contactId,
	string columns
)

Parameters

contactId
Type: SystemInt32
Contact ID
columns
Type: SystemString
Columns to be returned separated by comma (,)

Return Value

Type: DataSet
See Also