Portal_WorkspaceRef
WorkspaceRef
A Portal Application contains a list of Workspaces each of which declare the UX content, layout, and behaviour for an application feature.

Description A portal has a list of workspaces specified in its WorkspaceRef element. The Navigation Drawer is populated with all non-latent (top level) Workspaces. From the Navigation Drawer, selected Workspaces display their content in the workspace area. Latent Workspaces can display their content through navigation from other Workspaces/Portlets, but do not appear in the Navigation Drawer. Properties
augment : uiIdentifierName of a workspace reference in the augmented portal to insert after.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
name : uiIdentifierUniquely identifies the WorkspaceRef in the workspaces collection.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
workspace : stringName of the workspace to include in the portal.
See Workspace Parents
Portal - Declares the application's structure, including its set of workspaces. Model Server serves the application at *serverRoot*/ui/portal/*portalName*.
Parent topic: Portal