add support for public content folders
This commit is contained in:
@ -23,6 +23,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public int? ParentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Folder type - based on FolderTypes
|
||||
/// </summary>
|
||||
public string Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Folder name
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user