Class ConsentAgreementList
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Consent agreements page.
public sealed class ConsentAgreementList : ListingPage, IPage
- Inheritance
-
objectConsentAgreementList
- Implements
- Inherited Members
- Extension Methods
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
PageIdentifier
Consent ID obtained from URL.
[PageParameter(typeof(IntPageModelBinder), typeof(ConsentEditSection))]
public int PageIdentifier { get; set; }
Property Value
- int
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task