Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe server-relative location of an object.
Return Value
Type: System.String
The URL of the object's location, if known; otherwise, returns the server-relative URL.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace