ModifiedAt for items, use it by default

This commit is contained in:
2023-08-03 12:00:33 +02:00
parent fe0003e55f
commit 5f1ad922dc
18 changed files with 64 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ public interface IItem
bool IsHidden { get; }
bool IsExists { get; }
DateTime? CreatedAt { get; }
DateTime? ModifiedAt { get; }
SupportsDelete CanDelete { get; }
bool CanRename { get; }
IContentProvider Provider { get; }