RepositoryLocation.CreateFromString Method

Creates a RepositoryLocation object with the specified location.

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

Syntax

'Declaration
Public Shared Function CreateFromString ( _
    locationStr As String _
) As RepositoryLocation
'Usage
Dim locationStr As String
Dim returnValue As RepositoryLocation

returnValue = RepositoryLocation.CreateFromString(locationStr)
public static RepositoryLocation CreateFromString(
    string locationStr
)

Parameters

  • locationStr
    Type: System.String

    The server-relative URL of the object in the repository. Example: /Lists/PerformancePoint%20Content/39_.000

Return Value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
A location that represents the object at the specified location.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace