Table of Contents

Class StoreFileDeletedEventData

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

Represents payload of the StoreFileDeletedEvent.

public class StoreFileDeletedEventData
Inheritance
StoreFileDeletedEventData
Inherited Members

Properties

ContextId

ID of the Context to which the Store belongs.

public string ContextId { get; set; }

Property Value

string

FileId

ID of the deleted file.

public string FileId { get; set; }

Property Value

string

StoreId

ID of the Store that the file is deleted from.

public string StoreId { get; set; }

Property Value

string