Table of Contents

Class ConsentUrlPageIdentifier

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

Composite URL page identifier containing consent ID and culture code.

public class ConsentUrlPageIdentifier
Inheritance
object
ConsentUrlPageIdentifier
Extension Methods

Constructors

ConsentUrlPageIdentifier(int, string)

Initializes an instance of ConsentUrlPageIdentifier class.

public ConsentUrlPageIdentifier(int consentId, string cultureCode)

Parameters

consentId int

Consent ID.

cultureCode string

Culture code.

ConsentUrlPageIdentifier(string)

Initializes an instance of ConsentUrlPageIdentifier class.

public ConsentUrlPageIdentifier(string value)

Parameters

value string

Value to parse the identifier from.

Properties

ConsentId

Consent ID.

public int ConsentId { get; set; }

Property Value

int

CultureCode

Page culture code.

public string CultureCode { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.