CatalogNode Properties

Include Protected Members
Include Inherited Members

The CatalogNode type exposes the following members.

Properties

  Name Description
Public property CatalogTree The Catalog tree that this node lives in.
Public property Dependencies The set of nodes that this node is dependent on.
Public property FullPath The fully qualified path that represents this node's place in the hierarchy. This value uniquely identifies a catalog node. The path itself is generated through the creation of the node and is not necessarily human readable. Note that this value is not valid until the node has been saved in the catalog service.
Public property IsDefault True if this node represents the default resource for its type at this level. Only one resource of a given type can be marked default for a given parent. If a node is being saved as default it will remove the default property from the current defualt of this type.
Public property ParentNode The parent node of this node if parent nodes were included in the query options that this catalog node was built from. Otherwise, this value is null.
Public property ParentPath The path to this node's parent.
Public property Resource The referenced catalog resource.

Top

See Also

Reference

CatalogNode Class

Microsoft.TeamFoundation.Framework.Client Namespace