Class ExportFolder
Inheritance
System.Object
ExportFolder
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportFolder : 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
FolderId
Declaration
public int FolderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderMappingId
Declaration
public int FolderMappingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderMappingName
Declaration
public string FolderMappingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderPath
Declaration
public string FolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsCached
Declaration
public bool IsCached { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsProtected
Declaration
public bool IsProtected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVersioned
Declaration
public bool IsVersioned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
LastUpdated
Declaration
public DateTime? LastUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
MappedPath
Declaration
public string MappedPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentFolderPath
Declaration
public string ParentFolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentId
Declaration
public int? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
StorageLocation
Declaration
public int StorageLocation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
WorkflowId
Declaration
public int? WorkflowId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods