Class ExportListingEventData
Represents the data of the AfterExportListingEvent.
public sealed class ExportListingEventData
- Inheritance
-
objectExportListingEventData
- 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