Add workflow NTFS WhatIf toggle
This commit is contained in:
@@ -623,7 +623,8 @@ namespace C4IT.LIAM
|
||||
IDictionary<string, string> customTags,
|
||||
IEnumerable<string> ownerSids,
|
||||
IEnumerable<string> readerSids,
|
||||
IEnumerable<string> writerSids
|
||||
IEnumerable<string> writerSids,
|
||||
bool whatIf = false
|
||||
)
|
||||
{
|
||||
var engine = CreateFilesystemEngine(
|
||||
@@ -633,6 +634,7 @@ namespace C4IT.LIAM
|
||||
ownerSids,
|
||||
readerSids,
|
||||
writerSids);
|
||||
engine.WhatIf = whatIf;
|
||||
var result = engine.createDataArea();
|
||||
return Task.FromResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user