Click or drag to resize
AccountHelperObjectSiteID Method
Returns Site ID of account.

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

Parameters

account
Type: SystemObject
Account info

Return Value

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