Click or drag to resize

Permission.CopyPermissions Method

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

Parameters

source
Type: System.IO.DirectoryInfo
target
Type: System.IO.DirectoryInfo
root
Type: System.String
withPermissions
Type: System.Boolean
See Also