Skip to main content

Condition_IsSiteEventHost

Description

Checks whether the entity resolved from BaseObject is registered as the host member of the currently active site event.

Parameters

ParameterDescription
BaseObjectThe entity whose host status in the site event is checked.
CompareTypeEqual: entity is the host; NotEqual: entity is not the host.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is the event hostSelfIsSiteEventHostEqual
Check if Target is not the event hostTargetIsSiteEventHostNotEqual