GetWorkspaceItemType

Description

Returns a workspace item type, as enumerated in the WorkspaceItemType constant.

Note: This method became available in version 2002.05.00.

Syntax

VBScript

workspace.GetWorkspaceItemType dbid 

Perl

$workspace->GetWorkspaceItemType(dbid); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
dbid
A Long containing the dbid of the workspace item.
Return value
Returns a Long containing an enumerated WorkspaceItemType.