Table of Contents

Class ContentHubFolder

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

Content hub content language page.

[UIBreadcrumbs(false)]
[UINavigation(false)]
public sealed class ContentHubFolder : Page, IPage
Inheritance
object
ContentHubFolder
Implements
Inherited Members
Extension Methods

Constructors

ContentHubFolder(IContentFolderManagerFactory, IAuthenticatedUserAccessor, IInfoProvider<SmartFolderInfo>)

Creates a new instance of the ContentHubFolder class.

public ContentHubFolder(IContentFolderManagerFactory contentFolderManagerFactory, IAuthenticatedUserAccessor userAccessor, IInfoProvider<SmartFolderInfo> smartFolderProvider)

Parameters

contentFolderManagerFactory IContentFolderManagerFactory
userAccessor IAuthenticatedUserAccessor
smartFolderProvider IInfoProvider<SmartFolderInfo>

Properties

FolderId

Folder identifier.

[PageParameter(typeof(ContentFolderModelBinder), typeof(ContentHubFolder))]
public ContentFolderId FolderId { get; set; }

Property Value

ContentFolderId

WorkspaceIdentifier

Workspace parameters.

[PageParameter(typeof(WorkspaceModelBinder), typeof(ContentHubWorkspace))]
public WorkspaceUrlIdentifier WorkspaceIdentifier { get; set; }

Property Value

WorkspaceUrlIdentifier

Methods

ConfigureTemplateProperties(TemplateClientProperties)

Gets the object representing client side template properties.

public override Task<TemplateClientProperties> ConfigureTemplateProperties(TemplateClientProperties properties)

Parameters

properties TemplateClientProperties

Initialized properties object.

Returns

Task<TemplateClientProperties>

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

ValidatePage()

Validates the page state prior invocation of the ConfigurePage() method.

public override Task<PageValidationResult> ValidatePage()

Returns

Task<PageValidationResult>