Click or drag to resize
FacebookInsightsStateGetOrCreateStateItem Method
Gets FacebookInsightsStateItem with given object ID. Creates one, if not exists.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public FacebookInsightsStateItem GetOrCreateStateItem(
	string objectId
)

Parameters

objectId
Type: SystemString
Object ID of FacebookinsightsStateItem to get.

Return Value

Type: FacebookInsightsStateItem
FacebookinsightsStateItem with given object ID.
See Also