DataController.AuthorizeChangeSet Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Verifies that the user is authorized to submit the current ChangeSet.
Namespace: System.Web.Http.Data
Assembly: System.Web.Http.Data (in System.Web.Http.Data.dll)
Syntax
'Declaration
Protected Overridable Function AuthorizeChangeSet As Boolean
protected virtual bool AuthorizeChangeSet()
protected:
virtual bool AuthorizeChangeSet()
abstract AuthorizeChangeSet : unit -> bool
override AuthorizeChangeSet : unit -> bool
protected function AuthorizeChangeSet() : boolean
Return Value
Type: System.Boolean
true if the ChangeSet is authorized; otherwise, false.