API Documentation > Interface Classes > Class pfcWorkspaceDefinition
Class pfcWorkspaceDefinition

# include <pfcServer.h>

class
pfcWorkspaceDefinition
: public virtual
xobject
{
xdeclare(pfcWorkspaceDefinition)
...
};
This is a
COMPACT class.

Description
This class describes workspace definition details.
Method Summary
Create (xrstring WorkspaceName, xrstring WorkspaceContext)
Creates a new pfcWorkspaceDefinition object.
void
Context of the workspace
void
Name of the workspace
Method Detail
GetWorkspaceName
()
void
SetWorkspaceName
(xrstring value)
Name of the workspace
Manual References:
GetWorkspaceContext
()
void
SetWorkspaceContext
(xrstring value)
Context of the workspace
Manual References:
Create
(xrstring WorkspaceName, xrstring WorkspaceContext)
Creates a new pfcWorkspaceDefinition object.
Manual References:
Parameters:
WorkspaceName
WorkspaceContext
Returns:
The new object.
Was this helpful?