Role.FindTypePermissionObject Method
Name | Parameters | Description |
---|---|---|
FindTypePermissionObject(Type) | type | Returns a TypePermissionObject object specifying type permissions for the given type, or null, if there is no such object in the Role.TypePermissions list. |
FindTypePermissionObject<T>() | none | Returns a TypePermissionObject object specifying type permissions for the given type, or null, if there is no such object in the Role.TypePermissions list. |