CatalogData Constructor (IEnumerable<CatalogNode>, Int32)
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.Int32The 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.