IsGrantedExtensions.CanCreate Method
| Name | Parameters | Description |
|---|---|---|
| CanCreate(IRequestSecurityStrategy, Type, IObjectSpace) static | security, type, objectSpace | Checks whether the current user can create objects of the specified type. |
| CanCreate<T>(IRequestSecurityStrategy, IObjectSpace) static | security, objectSpace | Checks whether the current user can create objects of the specified type. |