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