Class ExportUserAuthentication
Inheritance
System.Object
ExportUserAuthentication
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportUserAuthentication : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AuthenticationToken
Declaration
public string AuthenticationToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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 |
DateTime |
|
|
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 |
DateTime |
|
|
Improve this Doc
View Source
UserAuthenticationId
Declaration
public int UserAuthenticationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods