API Reference
Class
FileSidScanRequestBuilder
Builds file SID scan requests from raw inputs.
Inheritance
- Object
- FileSidScanRequestBuilder
Methods
public static FileSidScanRequest ToRequest(String[] paths, Boolean noResolve, Boolean noSidHistory, Nullable<Int32> depth, Nullable<Int32> parallelism, Boolean followReparse, String deadPrefixFile, Boolean noTrusts, String[] allowList) #Returns:
FileSidScanRequestCreates a file SID scan request from raw inputs.
Parameters
- paths System.String[]
- noResolve System.Boolean
- noSidHistory System.Boolean
- depth System.Nullable{System.Int32}
- parallelism System.Nullable{System.Int32}
- followReparse System.Boolean
- deadPrefixFile System.String
- noTrusts System.Boolean
- allowList System.String[]