Click or drag to resize

ApplicationExtensionMethods Class

Application context extension methods
Inheritance Hierarchy
SystemObject
  NetQuarryApplicationExtensionMethods

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class ApplicationExtensionMethods

The ApplicationExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLogException
Logs an error and writes it to the request log
Public methodStatic memberUserAuthenticationView
Gets the AuthenticationView for the application which is the view to use for the DatabaseAuthenticationProvider during authentication. By default this is 'users'.
Top
See Also