Condition_IsSiteEventHost
Description
Checks whether the entity resolved from BaseObject is registered as the host member of the currently active site event.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose host status in the site event is checked. |
| CompareType | Equal: entity is the host; NotEqual: entity is not the host. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is the event host | Self | IsSiteEventHost | Equal |
| Check if Target is not the event host | Target | IsSiteEventHost | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents