Table of Contents

Class StoreFileUpdatedEvent

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

Represents the event of type "storeFileUpdated".

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

public class StoreFileUpdatedEvent : Event
Inheritance
StoreFileUpdatedEvent
Inherited Members

Properties

Data

Updated file.

public File Data { get; set; }

Property Value

File