GetUserByDisplayName retrieves a User from the DataStore
Namespace: DotNetNuke.Security.MembershipAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public override UserInfo GetUserByDisplayName( int portalId, string displayName ) |
| Visual Basic |
|---|
Public Overrides Function GetUserByDisplayName ( portalId As Integer, displayName As String ) As UserInfo |
Parameters
- portalId
- Type: System..::..Int32
The Id of the Portal
- displayName
- Type: System..::..String
The displayName of the user being retrieved from the Data Store.