Class FormList
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Forms listing page.
public sealed class FormList : ListingPage, IPage
- Inheritance
-
objectFormList
- Implements
- Inherited Members
- Extension Methods
Constructors
FormList(IPageLinkGenerator)
Initializes an instance of the FormList class.
public FormList(IPageLinkGenerator pageLinkGenerator)
Parameters
pageLinkGenerator
IPageLinkGenerator
Properties
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
Create()
Creates a new form and redirects to form builder page.
public Task<ICommandResponse> Create()
Returns
- Task<ICommandResponse>
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>>