The DisplayFolder class represents a categorization of DataSource objects for display purposes. It is used in a DataView to indicate where objects should be displayed in a user interface, such as DataSourceEditor.
Constructor |
Description |
Creates a new instance of a DisplayFolder |
Method |
Description |
Retrieves a list of all objects in this folder or any of its subfolders |
|
Retrieves a list of all objects directly inside this folder (ie not in subfolders) |
|
Retrieves the folder identification number |
|
Retrieves the folder name |
|
Retrieves a boolean indicating whether the folder is hidden |
|
Retrieves the id number of the parent folder |
|
Retrieves a list of all sub-folder ids |
|
Retrieves the ObjectType of the objects the folder contains (this may be a combination if the folder contains objects of several different types) |
|
Returns true if the folder contains objects, false otherwise |
|
Returns true if the folder contains sub-folders, false otherwise |
|
Sets the name for the folder |
|
Sets the identification for the folder (this must be unique within the view) |
|
Sets the folder to be hidden |
|
Sets the parent folder |
|
Sets the ObjectType of the objects the folder contains (this may be a combination of several different types) |