FacebookInsightsStateContainsStateItem Method |
Tells you whether FacebookInsightsState contains item with given object ID.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public bool ContainsStateItem(
string objectId
)
Parameters
- objectId
- Type: SystemString
Object ID of FacebookinsightsStateItem.
Return Value
Type:
BooleanTrue if objectId is contained, false otherwise.
See Also