Class ExportAspnetUser
Inheritance
System.Object
ExportAspnetUser
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportAspnetUser : BasicExportImportDto
Properties
|
Improve this Doc
View Source
ApplicationId
Declaration
public Guid ApplicationId { get; set; }
Property Value
|
Improve this Doc
View Source
IsAnonymous
Declaration
public bool IsAnonymous { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastActivityDate
Declaration
public DateTime? LastActivityDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
LoweredUserName
Declaration
public string LoweredUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MobileAlias
Declaration
public string MobileAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public Guid UserId { get; set; }
Property Value
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods