Click or drag to resize

PermissionMovePermissions Method

Namespace:  Dynamicweb.Content.Files
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static void MovePermissions(
	DirectoryInfo source,
	DirectoryInfo target,
	string root,
	bool withPermissions
)

Parameters

source
Type: System.IODirectoryInfo
target
Type: System.IODirectoryInfo
root
Type: SystemString
withPermissions
Type: SystemBoolean
See Also