Class PermissionQuery
- Namespace
- Dynamicweb.Security.Permissions
- Assembly
- Dynamicweb.Core.dll
A permission query is a description of what parameters you want use for quering the permission storage.
- Inheritance
-
Permission
Query
- Inherited Members
Properties
IncludeSubKeys
Include sub keys in search result or not.
Property Value
- bool
includeSubKeys
Remarks
Is useful in case of hierarchical keys.
Key
Identifier that is unique in combination with Name.
Property Value
- string
key
Remarks
Leaving this property blank means it will not be a limiting factor for the query, meaning "Any" value is accepted.
Name
Name of type that is affected by permission.
Property Value
- string
name
Remarks
Leaving this property blank means it will not be a limiting factor for the query, meaning "Any" value is accepted.
OwnerId
Owner id
Property Value
- string
Owner id
Remarks
Leaving this property blank means it will not be a limiting factor for the query, meaning "Any" value is accepted.
SubName
Name of derived information related to the type targeted by Name.
Property Value
- string
subName
Remarks
Leaving this property blank means it will not be a limiting factor for the query, meaning "Any" value is accepted.