Interface IFolderPermissionInfo
Information about the application of an instance of a folder permission.
Inherited Members
Namespace: DotNetNuke.Abstractions.Security.Permissions
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IFolderPermissionInfo : IPermissionInfo, IPermissionDefinitionInfo
Properties
| Improve this Doc View SourceFolderId
Gets or sets the folder ID to which the permission applies.
Declaration
int FolderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FolderPath
Gets or sets the path of the folder to which the permission applies.
Declaration
string FolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FolderPermissionId
Gets or sets the ID of the folder permission.
Declaration
int FolderPermissionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalId
Gets or sets the portal ID of the folder to which the permission applies.
Declaration
int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |