Class ExportUserPortal
Inheritance
System.Object
ExportUserPortal
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportUserPortal : BasicExportImportDto
Properties
|
Improve this Doc
View Source
Authorised
Declaration
public bool Authorised { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RefreshRoles
Declaration
public bool RefreshRoles { 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
VanityUrl
Declaration
public string VanityUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods