GetUserCountByPortal gets the number of users in the portal

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

Syntax

C#
public override int GetUserCountByPortal(
	int portalId
)
Visual Basic
Public Overrides Function GetUserCountByPortal ( 
	portalId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
The Id of the Portal

Return Value

The no of users

Remarks