Class PermissionControlledAttribute
- Namespace
- Dynamicweb.Security.Permissions
- Assembly
- Dynamicweb.Security.dll
Configuration of how this a given permissioncontrolled object behaves.
[AttributeUsage(AttributeTargets.Class)]
public class PermissionControlledAttribute : Attribute
- Inheritance
-
PermissionControlledAttribute
- Inherited Members
Properties
UsePathInsteadOfIdAsKey
Defines that this permissioncontrolled object uses paths instead of ids. Eg. "/Files/Images/Cats.jpg" instead of "123".
public bool UsePathInsteadOfIdAsKey { get; set; }
Property Value
- bool
- usePathsInstead