FacebookInsightsStateGetOrCreateStateItem Method |
Gets FacebookInsightsStateItem with given object ID. Creates one, if not exists.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public FacebookInsightsStateItem GetOrCreateStateItem(
string objectId
)
Parameters
- objectId
- Type: SystemString
Object ID of FacebookinsightsStateItem to get.
Return Value
Type:
FacebookInsightsStateItemFacebookinsightsStateItem with given object ID.
See Also