RepositoryLocation.ToUriString method
Returns the URI-encoded concatenation of the properties that uniquely identify an item: the site URL, the list URL, and the item identifier.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ToUriString As String
'Usage
Dim instance As RepositoryLocation
Dim returnValue As String
returnValue = instance.ToUriString()
public string ToUriString()
Return value
Type: System.String
The URI-encoded concatenation of the properties that uniquely identify an item (content type): the site URL, the list URL, and the item identifier.