CatalogRuleValidationUtility.WillBeDeletedHelper Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function WillBeDeletedHelper ( _
    requestContext As TeamFoundationRequestContext, _
    node As CatalogNode, _
    seenDependencies As Dictionary(Of String, Object), _
    <OutAttribute> ByRef finalPath As String _
) As Boolean
public bool WillBeDeletedHelper(
    TeamFoundationRequestContext requestContext,
    CatalogNode node,
    Dictionary<string, Object> seenDependencies,
    out string finalPath
)
public:
bool WillBeDeletedHelper(
    TeamFoundationRequestContext^ requestContext, 
    CatalogNode^ node, 
    Dictionary<String^, Object^>^ seenDependencies, 
    [OutAttribute] String^% finalPath
)
member WillBeDeletedHelper : 
        requestContext:TeamFoundationRequestContext * 
        node:CatalogNode * 
        seenDependencies:Dictionary<string, Object> * 
        finalPath:string byref -> bool
public function WillBeDeletedHelper(
    requestContext : TeamFoundationRequestContext, 
    node : CatalogNode, 
    seenDependencies : Dictionary<String, Object>, 
    finalPath : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CatalogRuleValidationUtility Class

Microsoft.TeamFoundation.Framework.Server Namespace