Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public record ScanOptions(
|
||||
bool IncludeInherited = false,
|
||||
bool ScanFolders = true,
|
||||
int FolderDepth = 1,
|
||||
bool IncludeSubsites = false
|
||||
);
|
||||
Reference in New Issue
Block a user