Table of Contents

Class StoreFileDeletedEvent

Namespace
PrivMX.Endpoint.Store.Models
Assembly
PrivMX.Endpoint.dll

Represents the event of type "storeFileDeleted".

This event is emitted when file events are subscribed and a file is deleted.

public class StoreFileDeletedEvent : Event
Inheritance
StoreFileDeletedEvent
Inherited Members

Properties

Data

Metadata of the deleted file.

public StoreFileDeletedEventData Data { get; set; }

Property Value

StoreFileDeletedEventData