Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Query Webjects > List-FolderContents > Parameters
  
Parameters
Required
Interdependent
Optional
CONTAINER_REF
FOLDER_PATH
CONTENT_TYPE
GROUP_IN
GROUP_OUT
OBJECT_REF
TYPE
WHERE
* 
If a parameter is listed in the table but is not defined below, then it has a common parameter definition. For descriptions of those parameters, see Common Webject Parameters.
CONTAINER_REF
A Windchill context to apply the webject against. This parameter accepts the following types of input:
The UFID of a Windchill context. Multiple UFIDs can be specified for this parameter.
MEMBERSHIP—The query finds only those contexts of which the user is a member.
When this parameter is specified, the scope of queries executed against the TYPE and WHERE and FOLDER_PATH parameters are restricted to the associated context.
CONTENT_TYPE
The types of objects to return. Multiple values can be specified for this parameter in order to identify multiple types of objects to return.
Each value of this parameter is the fully qualified name of a modeled class or subtype. If this parameter is omitted, all objects contained within the folder are returned. This parameter is optional.
FOLDER_PATH
The fully qualified path of the folder or cabinet for which contents are returned.
The string after the first “/” in the path must be the name of a cabinet. For example, the path name of “a_folder” under the “System” cabinet is /System/a_folder.
If just “/” is specified, then all root-level cabinets are returned.
Multiple values can be specified for this parameter. This parameter can be used instead of, or in addition to, TYPE, WHERE and OBJECT_REF to specify the folder.
GROUP_IN
Name of an input group containing one UFID per element (OBID attribute) that represents a folder or cabinet. This parameter is optional.
GROUP_OUT
The name of the output group containing the results. If this parameter is omitted, then the name of the output group is constructed by appending the string “-Output” to the webject name. This parameter is optional.
OBJECT_REF
The Unique Federation Identifier (UFID) of a Windchill object. Multiple values can be specified for this parameter to identify multiple objects.
This parameter can be used instead of or in combination with WHERE, FOLDER_PATH, and GROUP_IN.
TYPE
The object type name. If WHERE is specified, TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.
WHERE
A query expression identifying the objects for which to query. This parameter can be used instead of or in combination with OBJECT_REF, FOLDER_PATH, and GROUP_IN.
If WHERE is specified, then TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.