CatalogData Constructor (IEnumerable<CatalogNode>, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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>
- locationServiceLastChangeId
Type: System.Int32
.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.