Go to: Synopsis. Return value. Keywords. Flags. MEL examples.

Synopsis

resourceManager [-nameFilter string] [-saveAs string string]

resourceManager is NOT undoable, NOT queryable, and NOT editable.

List resources matching certain properties.

Return value

None

Keywords

resources, file

Flags

nameFilter, saveAs
Long name (short name) Argument types Properties
-nameFilter(-nf) string create
List only resources matching the name. Argument may contain ? and * characters.
-saveAs(-s) string string create
Saves a copy of the resource (first parameter) as a separate file (second parameter).

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

// List all resources starting with an "a"
resourceManager -nameFilter "a*";