Share via


ServerUtils.GetTempFileForCurrentUser method

Returns the path to the local temporary file that has access rights for the current user.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function GetTempFileForCurrentUser As String
'Usage
Dim returnValue As String

returnValue = ServerUtils.GetTempFileForCurrentUser()
public static string GetTempFileForCurrentUser()

Return value

Type: System.String
The path to the temporary file.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace