| PermissionDeletePermissions Method |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static void DeletePermissions(
DirectoryInfo source,
string root,
bool withPermissions
)
Public Shared Sub DeletePermissions (
source As DirectoryInfo,
root As String,
withPermissions As Boolean
)
Parameters
- source
- Type: System.IODirectoryInfo
- root
- Type: SystemString
- withPermissions
- Type: SystemBoolean
See Also