Click or drag to resize
ContactHelperObjectSiteID Method
Returns Site ID of contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static int ObjectSiteID(
	Object contact
)

Parameters

contact
Type: SystemObject
Contact info object

Return Value

Type: Int32
Returns site ID. Returns -1 when conversion of object fails.
See Also