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

    The server-relative URL of the site.

  • serverRelativeListUrl
    Type: System.String

    The server-relative URL of the list.

See Also

Reference

ListLocation Class

ListLocation Members

ListLocation Overload

Microsoft.PerformancePoint.Scorecards Namespace