Class ExportFolderPermission
Inheritance
System.Object
ExportFolderPermission
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportFolderPermission : BasicExportImportDto
Properties
|
Improve this Doc
View Source
AllowAccess
Declaration
public bool AllowAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderId
Declaration
public int FolderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderPath
Declaration
public string FolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderPermissionId
Declaration
public int FolderPermissionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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
ModuleDefId
Declaration
public int ModuleDefId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionCode
Declaration
public string PermissionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionId
Declaration
public int PermissionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionKey
Declaration
public string PermissionKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionName
Declaration
public string PermissionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RoleId
Declaration
public int? RoleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
RoleName
Declaration
public string RoleName { 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.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods