FacebookInsightsStateItem Constructor (String, NullableDateTime, NullableDateTime) |
Create FacebookInsightsStateItem with given properties set.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax 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