Merge remote-tracking branch 'kawa/main'
This commit is contained in:
@@ -3,5 +3,9 @@ namespace SharepointToolbox.Core.Models;
|
||||
public record StorageScanOptions(
|
||||
bool PerLibrary = true,
|
||||
bool IncludeSubsites = false,
|
||||
int FolderDepth = 0 // 0 = library root only; >0 = recurse N levels
|
||||
int FolderDepth = 0, // 0 = library root only; >0 = recurse N levels
|
||||
bool IncludeHiddenLibraries = true,
|
||||
bool IncludePreservationHold = true,
|
||||
bool IncludeListAttachments = true,
|
||||
bool IncludeRecycleBin = true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user