RepositoryLocation Constructor (String, FirstClassObjectType, Guid, Guid, Guid, Guid)
Initializes a new instance of the RepositoryLocation class with the specified properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
itemUrl As String, _
type As FirstClassObjectType, _
itemId As Guid, _
siteCollectionId As Guid, _
siteId As Guid, _
listId As Guid _
)
'Usage
Dim itemUrl As String
Dim type As FirstClassObjectType
Dim itemId As Guid
Dim siteCollectionId As Guid
Dim siteId As Guid
Dim listId As Guid
Dim instance As New RepositoryLocation(itemUrl, _
type, itemId, siteCollectionId, siteId, _
listId)
public RepositoryLocation(
string itemUrl,
FirstClassObjectType type,
Guid itemId,
Guid siteCollectionId,
Guid siteId,
Guid listId
)
Parameters
itemUrl
Type: System.StringThe server-relative URL of the item (content type).
type
Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectTypeThe type of first class object that this item (content type) represents.
itemId
Type: System.GuidThe GUID of the item.
siteCollectionId
Type: System.GuidThe GUID of the site collection that contains the item.
siteId
Type: System.GuidThe GUID of the site that contains the item.
listId
Type: System.GuidThe GUID of the list that contains the item.