usageEnum
Specifies how a portal can represent the object.
This enumeration set
defines values that must be specified as string constants
References
- Used by the following properties:
Members
- folder
Specifies that a portal can represent the object as a structural element, much like a non-leaf node in a tree structure. For example, a folder is a structural element that is used to organize other objects, such as reports.
- object
Specifies that the portal can represent the object as an element of a structural element, much like a leaf node in a tree structure. The object can be manipulated independent of the structural element. For example, a report is an element contained within a folder. Each report can be manipulated individually.
- subObject
Specifies that the portal can represent the object as an aspect of its containing object. This
subObject
may be accessed by opening a property sheet or launching an editor.