Skip to main content

Condition_Site

Description

Checks whether the specified BaseObject is currently located in a site. If S1 is specified, this condition checks whether the located site id matches S1.

Parameters

ParameterDescription
BaseObjectThe actor to validate (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).
S1(Optional) Site id to compare (Site.Id).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether self is inside any site.SelfSiteEqual
Checks whether target is NOT inside any site.TargetSiteNotEqual
Checks whether self is currently in a specific site.SelfSiteEqualSite_001