Interface IFolderPermissionInfo
Inherited Members
Namespace: DotNetNuke.Abstractions.Security.Permissions
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IFolderPermissionInfo : IPermissionInfo, IPermissionDefinitionInfo
Properties
FolderId
Declaration
int FolderId { get; set; }
Property Value
Type | Description |
---|---|
int |
FolderPath
Declaration
string FolderPath { get; set; }
Property Value
Type | Description |
---|---|
string |
FolderPermissionId
Declaration
int FolderPermissionId { get; set; }
Property Value
Type | Description |
---|---|
int |
PortalId
Declaration
int PortalId { get; set; }
Property Value
Type | Description |
---|---|
int |