Share via


ServerUtils.GetAbsoluteLocation method

Gets the full URL to an object's location.

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

Syntax

'Declaration
Public Shared Function GetAbsoluteLocation ( _
    location As RepositoryLocation _
) As String
'Usage
Dim location As RepositoryLocation
Dim returnValue As String

returnValue = ServerUtils.GetAbsoluteLocation(location)
public static string GetAbsoluteLocation(
    RepositoryLocation location
)

Parameters

Return value

Type: System.String
The URL of the object's location, if known; otherwise, returns the server-relative URL.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace