ServerUtils Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Used by the server for event handlers.
The ServerUtils type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowUnsafeUpdates | Determines whether applications can write data to the repository without using form POST operations. | |
UnauthorizedAccessDetected | Determines whether an access exception has occurred. |
Top
Methods
Name | Description | |
---|---|---|
CreateStackTraceId | Returns an integer that identifies the specified exception. | |
GetAbsoluteLocation | Gets the full URL to an object's location. | |
GetCurrentUserDisplayName | Returns the display name of the current user who is accessing the site. | |
GetCurrentUserName | Returns a name that uniquely identifies the current user who is accessing the site. | |
GetCurrentUserWindowsIdentityName | Returns the unique user name of the current user, if the account is an authenticated Windows identity or claims-based identity. | |
HandleException(Exception) | Logs an exception in the event log. | |
HandleException(String, Exception, ErrorCode) | Logs an exception in the event log. | |
IsAccessDeniedException | Determines whether an exception is a result of insufficient permissions. | |
IsAnonymousUser | Determines whether the current user is using the site as the anonymous user. | |
MakeSecureString | Converts the specified string into a SecureString object. | |
SetThreadCultures | Sets the locale of the current thread to the locale of the current site. | |
ShouldLog | Determines whether to log access exceptions. |
Top
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace