Accessing Workspaces
For every workspace, a new distinct storage location is maintained in the user’s personal folder on the server (server-side workspace) and on the client (client-side workspace cache). Together, the server-side workspace and the client-side workspace cache make up the workspace.
Methods and Properties Introduced:
The class
IpfcWorkspaceDefinition contains the name and context of the workspace. The method
IpfcServerLocation.CollectWorkspaces() returns an array of workspace data. Workspace data is also required for the method
IpfcServer.CreateWorkspace() to create a workspace with a given name and a specific context.
The method
CCpfcWorkspaceDefinition.Create() creates a new workspace definition object suitable for use when creating a new workspace on the server.
The property
IpfcWorkspaceDefinition.WorkspaceName retrieves the name of the workspace.
The property
IpfcWorkspaceDefinition.WorkspaceContext retrieves the context of the workspace.