|
ModelControllerT, UDeleteAuthCheck Method
|
Check if current User is authorized for DELETE Requests
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax protected bool DeleteAuthCheck()
Protected Function DeleteAuthCheck As Boolean
protected:
bool DeleteAuthCheck()
member DeleteAuthCheck : unit -> bool
function DeleteAuthCheck();
View SourceReturn Value
BooleanTrue if User is authorized for DELETE requests
See Also