CatalogRuleValidationUtility.CheckForTypeAndPathCollision Method
Checks to see if there is a collision of types for the supplied singleton node and the list of other nodes.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub CheckForTypeAndPathCollision ( _
requestContext As TeamFoundationRequestContext, _
singletonNode As CatalogNode, _
pathScope As String, _
recurse As Boolean, _
nodes As IEnumerable(Of CatalogNode) _
)
public void CheckForTypeAndPathCollision(
TeamFoundationRequestContext requestContext,
CatalogNode singletonNode,
string pathScope,
bool recurse,
IEnumerable<CatalogNode> nodes
)
public:
void CheckForTypeAndPathCollision(
TeamFoundationRequestContext^ requestContext,
CatalogNode^ singletonNode,
String^ pathScope,
bool recurse,
IEnumerable<CatalogNode^>^ nodes
)
member CheckForTypeAndPathCollision :
requestContext:TeamFoundationRequestContext *
singletonNode:CatalogNode *
pathScope:string *
recurse:bool *
nodes:IEnumerable<CatalogNode> -> unit
public function CheckForTypeAndPathCollision(
requestContext : TeamFoundationRequestContext,
singletonNode : CatalogNode,
pathScope : String,
recurse : boolean,
nodes : IEnumerable<CatalogNode>
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- singletonNode
Type: Microsoft.TeamFoundation.Server.Core.CatalogNode
- pathScope
Type: System.String
- recurse
Type: System.Boolean
- nodes
Type: System.Collections.Generic.IEnumerable<CatalogNode>
.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.