Class ExportUserProfile
Inheritance
System.Object
ExportUserProfile
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportUserProfile : BasicExportImportDto
Properties
|
Improve this Doc
View Source
ExtendedVisibility
Declaration
public string ExtendedVisibility { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastUpdatedDate
Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
ProfileId
Declaration
public int ProfileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PropertyDefinitionId
Declaration
public int PropertyDefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PropertyText
Declaration
public string PropertyText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PropertyValue
Declaration
public string PropertyValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Visibility
Declaration
public int Visibility { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods