Table of Contents

Class HeadlessList

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

Headless listing page.

public sealed class HeadlessList : ListingPage, IPage
Inheritance
object
HeadlessList
Implements
Inherited Members
Extension Methods

Constructors

HeadlessList(IHeadlessItemManagerFactory, IAuthenticatedUserAccessor, ILocalizationService, IInfoProvider<HeadlessItemInfo>, IHeadlessChannelPreviewUrlProvider, IPageLinkGenerator)

Initializes an instance of the HeadlessList class.

public HeadlessList(IHeadlessItemManagerFactory headlessItemManagerFactory, IAuthenticatedUserAccessor authenticatedUserAccessor, ILocalizationService localizationService, IInfoProvider<HeadlessItemInfo> headlessItemInfoProvider, IHeadlessChannelPreviewUrlProvider previewUrlProvider, IPageLinkGenerator pageLinkGenerator)

Parameters

headlessItemManagerFactory IHeadlessItemManagerFactory
authenticatedUserAccessor IAuthenticatedUserAccessor
localizationService ILocalizationService
headlessItemInfoProvider IInfoProvider<HeadlessItemInfo>
previewUrlProvider IHeadlessChannelPreviewUrlProvider
pageLinkGenerator IPageLinkGenerator

Properties

ChannelApplicationIdentifier

Application identifier.

[PageParameter(typeof(HeadlessChannelApplicationModelBinder), typeof(HeadlessChannelApplication))]
public HeadlessChannelApplicationUrlIdentifier ChannelApplicationIdentifier { get; set; }

Property Value

HeadlessChannelApplicationUrlIdentifier

ContentLanguageIdentifier

Content language identifier.

[PageParameter(typeof(ContentLanguageModelBinder), typeof(HeadlessChannelContentLanguage))]
public ContentLanguageUrlIdentifier ContentLanguageIdentifier { get; set; }

Property Value

ContentLanguageUrlIdentifier

ObjectType

Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.

protected override string ObjectType { get; }

Property Value

string

RefetchAllOnDelete

Indicates whether to refetch all templates on delete.

protected override bool RefetchAllOnDelete { get; }

Property Value

bool

Methods

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task

Delete(int)

Deletes listing item specified by the id parameter.

public override Task<ICommandResponse<RowActionResult>> Delete(int id)

Parameters

id int

Returns

Task<ICommandResponse<RowActionResult>>

GetFilterFormComponentsContext()

Gets the form component context for the form components.

protected override Task<IFormContext> GetFilterFormComponentsContext()

Returns

Task<IFormContext>

GetQuerySource()

Returns the query used as source for data.

protected override Task<ObjectQuery> GetQuerySource()

Returns

Task<ObjectQuery>

Query used as source for data.

RedirectToHeadlessItemDetail(int, CancellationToken)

Redirects to headless item detail.

public Task<ICommandResponse> RedirectToHeadlessItemDetail(int headlessItemId, CancellationToken cancellationToken)

Parameters

headlessItemId int

Identifier of the headless item.

cancellationToken CancellationToken

Cancellation instructions.

Returns

Task<ICommandResponse>