ListLocation Constructor (String, String)
Initializes a new instance of the ListLocation class, based on the specified site URL and list URL.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
serverRelativeSiteUrl As String, _
serverRelativeListUrl As String _
)
'Usage
Dim serverRelativeSiteUrl As String
Dim serverRelativeListUrl As String
Dim instance As New ListLocation(serverRelativeSiteUrl, _
serverRelativeListUrl)
public ListLocation(
string serverRelativeSiteUrl,
string serverRelativeListUrl
)
Parameters
serverRelativeSiteUrl
Type: System.StringThe server-relative URL of the site.
serverRelativeListUrl
Type: System.StringThe server-relative URL of the list.