Table of Contents

Class StoreFileCreatedEvent

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

Represents the event of type "storeFileCreated".

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

public class StoreFileCreatedEvent : Event
Inheritance
StoreFileCreatedEvent
Inherited Members

Properties

Data

Created file.

public File Data { get; set; }

Property Value

File