Gets the UserInfo object associated with this user

Namespace: DotNetNuke.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserInfo LastModifiedByUser(
	int portalId
)
Visual Basic
Public Function LastModifiedByUser ( 
	portalId As Integer
) As UserInfo

Parameters

portalId
Type: System..::..Int32
The PortalID associated with the desired user

Return Value

A UserInfo object

See Also