Function: Packages

Packages is a function which takes a list of one or more package identifiers (ID, Name or Path) and resolves them to the match set of Identifiers.

This is normally used with the Id field for entities of type Package, to allow resolving of a package by it's path and is intended for use by API consumers.

Syntax

Packages(arg1,arg2,arg3...argN)

Example

EntityType=ScriptPackage AND Id IN Packages('Script Library|Version 4|Automated','Script Library|Version 3|Automated')
  • No labels