Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a CatalogData object that is ready to be sent over a web service.
Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    nodes As IEnumerable(Of CatalogNode), _
    locationServiceLastChangeId As Integer _
)
public CatalogData(
    IEnumerable<CatalogNode> nodes,
    int locationServiceLastChangeId
)
public:
CatalogData(
    IEnumerable<CatalogNode^>^ nodes, 
    int locationServiceLastChangeId
)
new : 
        nodes:IEnumerable<CatalogNode> * 
        locationServiceLastChangeId:int -> CatalogData
public function CatalogData(
    nodes : IEnumerable<CatalogNode>, 
    locationServiceLastChangeId : int
)
Parameters
- nodes 
 Type: System.Collections.Generic.IEnumerable<CatalogNode>- The nodes this data is based on. 
- locationServiceLastChangeId 
 Type: System.Int32- The last change id for the location service. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.