Table of Contents

Class ExportListingEventData

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the data of the AfterExportListingEvent.

public sealed class ExportListingEventData
Inheritance
object
ExportListingEventData
Extension Methods

Constructors

ExportListingEventData()

public ExportListingEventData()

Properties

ListingPageTypeName

Full type name of the listing page whose data was exported.

public string ListingPageTypeName { get; init; }

Property Value

string

Timestamp

Date and time when the data was exported, in the server local time.

public DateTime Timestamp { get; init; }

Property Value

DateTime

UserID

Identifier of the administration user who exported the data, or 0 when the user could not be determined.

public int UserID { get; init; }

Property Value

int