Click or drag to resize

UnifiedPermissionServiceGetAllMatchingKeysT Method

Namespace:  Dynamicweb.Security.Permissions
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public HashSet<string> GetAllMatchingKeys<T>(
	string userId,
	PermissionLevel minimum = PermissionLevel.Read
)
where T : new(), IPermissionControlled

Parameters

userId
Type: SystemString
minimum (Optional)
Type: Dynamicweb.Security.PermissionsPermissionLevel

Type Parameters

T

Return Value

Type: HashSetString
See Also