MetaTable::CanDelete Method (IPrincipal^)
.NET Framework (current version)
Gets a value that indicates whether the specified user is allowed to perform delete operations.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- principal
-
Type:
System.Security.Principal::IPrincipal^
The user's security context.
Return Value
Type: System::Booleantrue if the user is allowed to perform delete operations; otherwise, false.
A principal object represents the security context of the user on whose behalf the code is running, including that user's identity and any roles to which they belong.
.NET Framework
Available since 4.0
Available since 4.0
Show: