Class HeadlessChannelApiKeysList
Headless Channel API keys listing page.
[UINavigation(false)]
[UIEvaluatePermission("View")]
public sealed class HeadlessChannelApiKeysList : ListingPage, IPage
- Inheritance
-
objectHeadlessChannelApiKeysList
- Implements
- Inherited Members
- Extension Methods
Constructors
HeadlessChannelApiKeysList(IAuthenticatedUserAccessor, IHeadlessTokenManagerFactory)
Initializes a new instance of HeadlessChannelApiKeysList.
public HeadlessChannelApiKeysList(IAuthenticatedUserAccessor authenticatedUserAccessor, IHeadlessTokenManagerFactory headlessTokenManagerFactory)
Parameters
authenticatedUserAccessor
IAuthenticatedUserAccessorheadlessTokenManagerFactory
IHeadlessTokenManagerFactory
Properties
ChannelID
Channel ID.
[PageParameter(typeof(IntPageModelBinder))]
public int ChannelID { get; set; }
Property Value
- int
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
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 token specified by the id
parameter.
public override Task<ICommandResponse<RowActionResult>> Delete(int id)
Parameters
id
int
Returns
- Task<ICommandResponse<RowActionResult>>
DisableCommand(int)
Disables token.
public Task<ICommandResponse> DisableCommand(int tokenId)
Parameters
tokenId
intFeatured token ID.
Returns
- Task<ICommandResponse>
EnableCommand(int)
Enables token.
public Task<ICommandResponse> EnableCommand(int tokenId)
Parameters
tokenId
intFeatured token ID.
Returns
- Task<ICommandResponse>