summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.SetFolderPermissions(System.Int32,System.Int32,System.String)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FolderManager.Instance.CopyParentFolderPermissions(IFolderInfo folder) ")]
public static void SetFolderPermissions(
	int portalId,
	int folderId,
	string relativePath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FolderManager.Instance.CopyParentFolderPermissions(IFolderInfo folder) ")> 
Public Shared Sub SetFolderPermissions ( 
	portalId As Integer,
	folderId As Integer,
	relativePath As String
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SetFolderPermissions(System.Int32,System.Int32,System.String)
folderId
Type: System..::..Int32
paramfolderIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SetFolderPermissions(System.Int32,System.Int32,System.String)
relativePath
Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.FileSystemUtils.SetFolderPermissions(System.Int32,System.Int32,System.String)

See Also