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.StringThe 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.