SET
Assigns property values to an object. Properties are
case sensitive. You must enter the property name exactly as it is
used. To display the properties for an object, use the SHOW option.
- The following example sets the maximum
number of processes for the Great Outdoors cube to 5:
SET "Great Outdoors" .PWQ.Control.MaxProcess=5
- To set a property for all of the objects on the server insert
a forward slash (/) instead of an object name. The following example
sets the property "PWQ.Control.MaxProcess" to "5" on the root folder
(or server):
SET / .PWQ.Control.MaxProcess=5
- To set a property for content in My content for a specific user, use the
search path from the user’s properties to specify the location. The following example sets the
property
SET CAMID(... some cam id )/folder[@name='My content'] <some property>=<some value>