Table of Contents

Enum ModulePermissionAccess

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.dll
Represents a module permission type.
public enum ModulePermissionAccess

Fields

Allow = 1
Allows access to module-specified content.
Deny = 2
Denies access to module-specified content.
Inherit = 3
Value indicating that access should be inherited.
To top