Add Parent to IItem
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace FileTime.Core.Models
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const char SeparatorChar = '/';
|
||||
public const string ContentProviderProtocol = "ctp://";
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FileTime.Core.Models
|
||||
string DisplayName,
|
||||
FullName FullName,
|
||||
NativePath NativePath,
|
||||
FullName Parent,
|
||||
bool IsHidden,
|
||||
bool IsExists,
|
||||
SupportsDelete CanDelete,
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace FileTime.Core.Models
|
||||
string DisplayName,
|
||||
FullName FullName,
|
||||
NativePath NativePath,
|
||||
FullName Parent,
|
||||
bool IsHidden,
|
||||
bool IsExists,
|
||||
SupportsDelete CanDelete,
|
||||
|
||||
Reference in New Issue
Block a user