summaryM:DotNetNuke.Security.Permissions.ModulePermissionController.GetModulePermissionsByPortal(System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0.  This should have been declared as Friend as it was never meant to be used outside of the core.")]
public ArrayList GetModulePermissionsByPortal(
	int portalID
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0.  This should have been declared as Friend as it was never meant to be used outside of the core.")> 
Public Function GetModulePermissionsByPortal ( 
	portalID As Integer
) As ArrayList

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Security.Permissions.ModulePermissionController.GetModulePermissionsByPortal(System.Int32)

Return Value

returnsM:DotNetNuke.Security.Permissions.ModulePermissionController.GetModulePermissionsByPortal(System.Int32)

See Also