MetaTable::CanInsert Method (IPrincipal^)

.NET Framework (current version)
 

Gets a value that indicates whether the specified user is allowed to perform insert operations.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
virtual bool CanInsert(
	IPrincipal^ principal
)

Parameters

principal
Type: System.Security.Principal::IPrincipal^

The user's security context.

Return Value

Type: System::Boolean

true if the user is allowed to perform insert 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
Return to top
Show: