This document is archived and information here might be outdated. Recommended version. |
Tests if the workspace string represents a valid workspace.
[Visual Basic .NET] Public Function IsWorkspace ( _ ByVal wksString As String _ ) As Boolean
[C#] public bool IsWorkspace ( string wksString );
[C++]
HRESULT IsWorkspace(
BSTR wksString
);
[C++]
Parameters wksString [in]
wksString is a parameter of type BSTR
Takes a workspace string, and determines if it refers to an actual workspace. Should return true if OpenWorkspace is expected to succeed for this workspace string.