WorkspaceObjectTypes
- Updated2025-07-21
- 1 minute(s) read
WorkspaceObjectTypes
This data type contains values that specify the type of a workspace object. Use the values of this enumeration with the WorkspaceObject.ObjectType property.
- 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.