Show / Hide Table of Contents

Interface IUserSecurityController

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public interface IUserSecurityController

Methods

HasFolderPermission(IFolderInfo, string)

Declaration
bool HasFolderPermission(IFolderInfo folder, string permissionKey)
Parameters
Type Name Description
IFolderInfo folder
string permissionKey
Returns
Type Description
bool

IsHostAdminUser(int)

Declaration
bool IsHostAdminUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
bool

IsHostAdminUser(int, int)

Declaration
bool IsHostAdminUser(int portalId, int userId)
Parameters
Type Name Description
int portalId
int userId
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS