Skip to main content

Condition_IsSocialEventMeeting

Description

Checks whether Self is currently in a social site event meeting with the context Target. The condition is only valid for FB2SiteEvent_Social events; the meeting target is resolved from the script context's target entity.

Parameters

ParameterDescription
BaseObjectMust be Self. The entity participating in the social site event.
CompareTypeEqual: a meeting with the Target is in progress; NotEqual: it is not.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is currently in a social meetingSelfIsSocialEventMeetingEqual
Check if Self is not in a social meetingSelfIsSocialEventMeetingNotEqual