Condition_CanSendCollectionInformation
Description
Returns whether the BaseObject has Family Collection information that can be sent to the non-BaseObject entity.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity that would be sending collection information (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if self has collection info that can be sent to target | Self | CanSendCollectionInformation | Equal |
| Check if self does NOT have collection info to send to target | Self | CanSendCollectionInformation | NotEqual |
| Check if target has collection info that can be sent to self | Target | CanSendCollectionInformation | Equal |