Click or drag to resize
FacebookInsightsStateItem Constructor (String, NullableDateTime, NullableDateTime)
Create FacebookInsightsStateItem with given properties set.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public FacebookInsightsStateItem(
	string objectId,
	Nullable<DateTime> collectedEndTime,
	Nullable<DateTime> skipCollectionUntil
)

Parameters

objectId
Type: SystemString
Object ID of the Insights object.
collectedEndTime
Type: SystemNullableDateTime
Latest end time which has been retrieved from Facebook for this object's Insights.
skipCollectionUntil
Type: SystemNullableDateTime
Until when the collection of new Insights can be skipped.
See Also