Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public enum StorageNodeKind
|
||||
{
|
||||
Library,
|
||||
HiddenLibrary,
|
||||
PreservationHold,
|
||||
ListAttachments,
|
||||
RecycleBin,
|
||||
Subsite
|
||||
}
|
||||
Reference in New Issue
Block a user