Table of Contents

Class RightToAccess

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

Represents Data protection - right to access class.

public sealed class RightToAccess : PersonalDataManagementPage, IPage
Inheritance
object
RightToAccess
Implements
Inherited Members
Extension Methods

Constructors

RightToAccess(IFormItemCollectionProvider)

Initializes an instance of the RightToAccess class.

public RightToAccess(IFormItemCollectionProvider formItemCollectionProvider)

Parameters

formItemCollectionProvider IFormItemCollectionProvider

Provider that retrieves collection of form items based on a model object.

Properties

OutputFormat

Personal data output format. For possible values see PersonalDataFormat class.

protected override string OutputFormat { 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

GetInfoCallout()

Configures information callout.

protected override CalloutConfiguration GetInfoCallout()

Returns

CalloutConfiguration

Configured callout.