2022 June Release

Struct FSCTEAMROOM@1.1001:RuleCondition Permanent link for this heading

Structure for rule conditions

Properties Permanent link for this heading

Type

Property

Name

AttributeDefinition

rlcattribute

Property

string

rlccontain

Contains

string[]

rlcexpression

Condition as Expression

ObjectClass

rlclass

Object Class

Properties Permanent link for this heading


Property (FSCTEAMROOM@1.1001:rlcattribute) Permanent link for this heading

AttributeDefinition FSCTEAMROOM@1.1001:rlcattribute not null

Additional Information


Contains (FSCTEAMROOM@1.1001:rlccontain) Permanent link for this heading

string FSCTEAMROOM@1.1001:rlccontain


Condition as Expression (FSCTEAMROOM@1.1001:rlcexpression) Permanent link for this heading

This expression is used to define a rule condition. If this expression evaluates to true all rule actions of the current rule will be executed.

Note: Only properties and actions that are tagged as secure can be used within this expression. No modifications on objects are allowed.

The global scope contains the following elements:
::rule: the rule object for which the condition should be evaluated

The local scope contains the context object on which the changes should be applied.

string[] FSCTEAMROOM@1.1001:rlcexpression

Local Scope: object
Global Scope: dictionary
Returns: boolean


Object Class (FSCTEAMROOM@1.1001:rlclass) Permanent link for this heading

ObjectClass FSCTEAMROOM@1.1001:rlclass

Additional Information