Class StoreFileDeletedEventData
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
FileId
ID of the deleted file.
public string FileId { get; set; }
Property Value
StoreId
ID of the Store that the file is deleted from.
public string StoreId { get; set; }