summaryM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Int32,System.String)

Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolder(PortalId, Folder)")]
public FolderPermissionCollection GetFolderPermissionsCollectionByFolderPath(
	int PortalID,
	string Folder
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolder(PortalId, Folder)")> 
Public Function GetFolderPermissionsCollectionByFolderPath ( 
	PortalID As Integer,
	Folder As String
) As FolderPermissionCollection

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Int32,System.String)
Folder
Type: System..::..String
paramFolderM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Int32,System.String)

See Also