WorkspaceObject.ObjectType

Syntax

WorkspaceObject.ObjectType

Data Type

WorkspaceObjectTypes

Use the following constants with this data type:

  • WorkspaceObjType_Folder –(Value: 3) Specifies a folder object. Folders do not have a pathname associated with them.
  • WorkspaceObjType_OtherFile –(Value: 5) Specifies a file other than a sequence file, workspace file, or project file, such as a code module. This type of object cannot contain other objects.
  • WorkspaceObjType_ProjectFile –(Value: 2) Specifies a project file object.
  • WorkspaceObjType_SequenceFile –(Value: 4) Specifies a sequence file object.
  • WorkspaceObjType_WorkspaceFile –(Value: 1) Specifies a workspace file object.

Purpose

Returns the WorkspaceObject type.