| PermissionNodeGetPermissionAction Method |
Namespace:
Dynamicweb.Management.Common
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax protected List<Action> GetPermissionAction(
string key = null,
bool includeSeparator = true
)
Protected Function GetPermissionAction (
Optional key As String = Nothing,
Optional includeSeparator As Boolean = true
) As List(Of Action)
Parameters
- key (Optional)
- Type: SystemString
- includeSeparator (Optional)
- Type: SystemBoolean
Return Value
Type:
ListActionSee Also