Skip to main content

Condition_IsSameSiteEvent

Description

Checks whether Self and the context Target are participating in the same site event. Optionally restricts the member comparison to a specific role within the event.

Parameters

ParameterDescription
BaseObjectMust be Self. The entity whose active site event is used as reference.
CompareTypeEqual: Target is in the same event (or role); NotEqual: Target is not.
S1Optional role ID to filter the member list. Leave empty to check all members.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self and Target are in the same site eventSelfIsSameSiteEventEqual
Check if Target is not in Self's site eventSelfIsSameSiteEventNotEqual
Check if Target is in Self's event under Role_GuardSelfIsSameSiteEventEqual