DevForce Help Reference
AuthorizeSave Method (EntityServerSaveInterceptor)


May be overridden to perform any additional Authorization logic.
Syntax
'Declaration
 
Protected Overridable Function AuthorizeSave() As Boolean
'Usage
 
Dim instance As EntityServerSaveInterceptor
Dim value As Boolean
 
value = instance.AuthorizeSave()
protected virtual bool AuthorizeSave()
Exceptions
ExceptionDescription
IdeaBlade.EntityModel.EntityServerExceptionThrown for authorization failure
Remarks
The default implementation calls ClientCanSave for all types involved in the request to determine if the user is authorized. If not authorized an exception is thrown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityServerSaveInterceptor Class
EntityServerSaveInterceptor Members

Send Feedback