ICCFolder interface
Description
The ICCFolder interface represents the DevOps Code ClearCase® UCM folder object.
Inheritance

Read-only properties
- IsRootFolder
Gets whether or not this folder is the root of the project hierarchy in its project VOB
- ParentFolder
Gets the containing folder of this folder
- Projects
Gets the projects contained in this folder
- SubFolders
Gets the folders contained in this folder
Examples
Creation
You can get a CCFolder
object from the following interfaces:
IsRootFolder
Gets whether or not this folder is the root of the project hierarchy in its project VOB
Category
Read-only property
VB syntax
Property IsRootFolder As Boolean
ParentFolder
Gets the containing folder of this folder
Category
Read-only property
VB syntax
Property ParentFolder As CCFolder
Projects
Gets the projects contained in this folder
Category
Read-only property
VB syntax
Property Projects As CCProjects
SubFolders
Gets the folders contained in this folder
Category
Read-only property
VB syntax
Property SubFolders As CCFolders