Table of Contents

Class ContentHubWorkspace

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Content hub workspace page.

[UINavigation(false)]
[UIBreadcrumbs(false)]
public sealed class ContentHubWorkspace : Page<ContentHubWorkspaceClientProperties>, IPage
Inheritance
object
ContentHubWorkspace
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 ContentHubWorkspaceClientProperties

Initialized properties object.

Returns

Task<ContentHubWorkspaceClientProperties>

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>

Returns

Route