ModuleCommandsOnlineMarketingGetContactForNewsletters Method |
Returns dataset with basic data of a contact specified by ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax 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:
DataSetSee Also