Class ExportUser
Inheritance
System.Object
ExportUser
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportUser : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AffiliateId
Declaration
public int? AffiliateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatedByUserName
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime? CreatedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDeletedPortal
Declaration
public bool IsDeletedPortal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSuperUser
Declaration
public bool IsSuperUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastIpAddress
Declaration
public string LastIpAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedByUserId
Declaration
public int LastModifiedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastModifiedByUserName
Declaration
public string LastModifiedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime? LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PasswordResetExpiration
Declaration
public DateTime? PasswordResetExpiration { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
PasswordResetToken
Declaration
public Guid? PasswordResetToken { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
|
Improve this Doc
View Source
RowId
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdatePassword
Declaration
public bool UpdatePassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods