Merge remote-tracking branch 'kawa/main'
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace SharepointToolbox.Core.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Classification used to filter storage report output. Every node is captured
|
||||
/// during a scan; the report user picks which categories appear.
|
||||
/// </summary>
|
||||
public enum StorageNodeKind
|
||||
{
|
||||
Library,
|
||||
HiddenLibrary,
|
||||
PreservationHold,
|
||||
ListAttachments,
|
||||
RecycleBin,
|
||||
Subsite
|
||||
}
|
||||
Reference in New Issue
Block a user