Click or drag to resize
FacebookInsightsStateContainsStateItem Method
Tells you whether FacebookInsightsState contains item with given object ID.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
public bool ContainsStateItem(
	string objectId
)

Parameters

objectId
Type: SystemString
Object ID of FacebookinsightsStateItem.

Return Value

Type: Boolean
True if objectId is contained, false otherwise.
See Also