Click or drag to resize
FacebookInsightsState Class
Represents state of Facebook Insights collection.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingFacebookInsightsState

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class FacebookInsightsState

The FacebookInsightsState type exposes the following members.

Constructors
  NameDescription
Public methodFacebookInsightsState
Top
Properties
  NameDescription
Public propertyStateItemArrayList
Contains FacebookInsightsStateItem for purpose of serialization.
Top
Methods
  NameDescription
Public methodContainsStateItem
Tells you whether FacebookInsightsState contains item with given object ID.
Public methodGetOrCreateStateItem
Gets FacebookInsightsStateItem with given object ID. Creates one, if not exists.
Top
See Also