CatalogFolder Class |
public class Folder
The CatalogFolder type exposes the following members.
| Name | Description | |
|---|---|---|
| CatalogFolder | Initializes a new instance of the CatalogFolder class |
| Name | Description | |
|---|---|---|
| FullName | The full path of the folder in the catalog (made from Parent and Name). | |
| IsRoot | Whether the folder is at the top level of the catalog or not. | |
| Name | Name of the folder in the catalog. | |
| Parent | Parent folder in the catalog (or empty for no parent). |
| Name | Description | |
|---|---|---|
| ToString |
Returns the FullName of the catalog folder.
(Overrides ObjectToString) |