GetTabPermissions gets a TabPermissionCollection

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

Syntax

C#
public virtual TabPermissionCollection GetTabPermissions(
	int tabId,
	int portalId
)
Visual Basic
Public Overridable Function GetTabPermissions ( 
	tabId As Integer,
	portalId As Integer
) As TabPermissionCollection

Parameters

tabId
Type: System..::..Int32
The ID of the tab
portalId
Type: System..::..Int32
The ID of the portal

Return Value

returnsM:DotNetNuke.Security.Permissions.PermissionProvider.GetTabPermissions(System.Int32,System.Int32)

See Also