Class ContentHubWorkspace
Content hub workspace page.
[UINavigation(false)]
[UIBreadcrumbs(false)]
public sealed class ContentHubWorkspace : Page<ContentHubWorkspaceClientProperties>, IPage
- Inheritance
-
objectContentHubWorkspace
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentHubWorkspace()
Initializes a new instance of ContentHubWorkspace.
public ContentHubWorkspace()
Properties
WorkspaceId
Workspace selector identifier.
[PageParameter(typeof(IntPageModelBinder), typeof(ContentHubWorkspace))]
public int WorkspaceId { get; set; }
Property Value
- int
Methods
ConfigureTemplateProperties(ContentHubWorkspaceClientProperties)
Gets the object representing client side template properties.
public override Task<ContentHubWorkspaceClientProperties> ConfigureTemplateProperties(ContentHubWorkspaceClientProperties properties)
Parameters
properties
ContentHubWorkspaceClientPropertiesInitialized properties object.
Returns
GetDefaultRoute(IEnumerable<Route>)
Gets the route which is redirected to, when no route is selected.
protected override Route GetDefaultRoute(IEnumerable<Route> routes)
Parameters
routes
IEnumerable<Route>