ICCFolder interface

Description

The ICCFolder interface represents the Rational® ClearCase® UCM folder object.

Inheritance

ICCFolder inherits
from ICCUCMObject, which inherits from ICCVOBObject, which inherits from IDispatch. ICCVOBObject interface ICCUCMObject interface

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

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

Visual C++ syntax

VARIANT_BOOL GetIsRootFolder();

Member of: ICCFolder interface

ParentFolder

Gets the containing folder of this folder

Category

Read-only property

VB syntax

Property ParentFolder As CCFolder

Visual C++ syntax

ICCFolderPtr GetParentFolder();

Member of: ICCFolder interface

Projects

Gets the projects contained in this folder

Category

Read-only property

VB syntax

Property Projects As CCProjects

Visual C++ syntax

ICCProjectsPtr GetProjects();

Member of: ICCFolder interface

SubFolders

Gets the folders contained in this folder

Category

Read-only property

VB syntax

Property SubFolders As CCFolders

Visual C++ syntax

ICCFoldersPtr GetSubFolders();

Member of: ICCFolder interface


Feedback