| PermissionContextSetMapperT Method |
Namespace:
Dynamicweb.Security.Permissions
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static void SetMapper<T>(
Func<T> contextMapper
)
where T : IPermissionContextStackMapper
Public Shared Sub SetMapper(Of T As IPermissionContextStackMapper) (
contextMapper As Func(Of T)
)
Parameters
- contextMapper
- Type: SystemFuncT
Type Parameters
- T
See Also