Class ContentHubFolder
Content hub content language page.
[UIBreadcrumbs(false)]
[UINavigation(false)]
public sealed class ContentHubFolder : Page, IPage
- Inheritance
-
objectContentHubFolder
- 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
IContentFolderManagerFactoryuserAccessor
IAuthenticatedUserAccessorsmartFolderProvider
IInfoProvider<SmartFolderInfo>
Properties
FolderId
Folder identifier.
[PageParameter(typeof(ContentFolderModelBinder), typeof(ContentHubFolder))]
public ContentFolderId FolderId { get; set; }
Property Value
WorkspaceIdentifier
Workspace parameters.
[PageParameter(typeof(WorkspaceModelBinder), typeof(ContentHubWorkspace))]
public WorkspaceUrlIdentifier WorkspaceIdentifier { get; set; }
Property Value
Methods
ConfigureTemplateProperties(TemplateClientProperties)
Gets the object representing client side template properties.
public override Task<TemplateClientProperties> ConfigureTemplateProperties(TemplateClientProperties properties)
Parameters
properties
TemplateClientPropertiesInitialized 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
ValidatePage()
Validates the page state prior invocation of the ConfigurePage() method.
public override Task<PageValidationResult> ValidatePage()
Returns
- Task<PageValidationResult>