summaryM:DotNetNuke.Services.FileSystem.Internal.UserSecurityController.IsHostAdminUser(System.Int32,System.Int32)

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsHostAdminUser(
	int portalId,
	int userId
)
Visual Basic
Public Function IsHostAdminUser ( 
	portalId As Integer,
	userId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.Internal.UserSecurityController.IsHostAdminUser(System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.FileSystem.Internal.UserSecurityController.IsHostAdminUser(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.FileSystem.Internal.UserSecurityController.IsHostAdminUser(System.Int32,System.Int32)

Implements

IUserSecurityController..::..IsHostAdminUser(Int32, Int32)

See Also