Class ExportFolderMapping
Inheritance
System.Object
ExportFolderMapping
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportFolderMapping : BasicExportImportDto
Properties
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<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
FolderMappingId
Declaration
public int FolderMappingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderProviderType
Declaration
public string FolderProviderType { 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.Nullable<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
MappingName
Declaration
public string MappingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Priority
Declaration
public int? Priority { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods