Class PersonalDataManagementPage
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Base page for data protection pages providing personal data.
public abstract class PersonalDataManagementPage : Page<PersonalDataManagementTemplateClientProperties>, IPage
- Inheritance
-
objectPersonalDataManagementPage
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
PersonalDataManagementPage(IFormItemCollectionProvider)
Initializes an instance of the PersonalDataManagementPage class.
protected PersonalDataManagementPage(IFormItemCollectionProvider formItemCollectionProvider)
Parameters
formItemCollectionProvider
IFormItemCollectionProviderProvider that retrieves collection of form items based on a model object.
Fields
formItemCollectionProvider
Provider that retrieves collection of form items based on a model object.
protected readonly IFormItemCollectionProvider formItemCollectionProvider
Field Value
- IFormItemCollectionProvider
Properties
OutputFormat
Personal data output format. For possible values see PersonalDataFormat class.
protected abstract string OutputFormat { get; }
Property Value
- string
PageConfiguration
Page configuration.
public PersonalDataManagementPageConfiguration PageConfiguration { get; set; }
Property Value
Methods
CheckRegisteredCollectorsAndErasers()
Checks if collectors and erasers are registerd.
protected virtual void CheckRegisteredCollectorsAndErasers()
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
ConfigureTemplateProperties(PersonalDataManagementTemplateClientProperties)
Gets the object representing client side template properties.
public override Task<PersonalDataManagementTemplateClientProperties> ConfigureTemplateProperties(PersonalDataManagementTemplateClientProperties properties)
Parameters
properties
PersonalDataManagementTemplateClientPropertiesInitialized properties object.
Returns
GetInfoCallout()
Configures information callout.
protected abstract CalloutConfiguration GetInfoCallout()
Returns
- CalloutConfiguration
Configured callout.
GetWarningCallout()
Configures warning callout.
protected virtual CalloutConfiguration GetWarningCallout()
Returns
- CalloutConfiguration
Configured callout.
Search(SearchForPersonalDataParameters)
Endpoint that is responsible for loading data subject personal data based on given parameters.
public virtual Task<ICommandResponse<SearchForPersonalDataResult>> Search(SearchForPersonalDataParameters args)
Parameters
Returns
- Task<ICommandResponse<SearchForPersonalDataResult>>
Data subject personal data in defined OutputFormat.