Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if this path will be deleted by looking at all of its parents.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function WillBeDeleted ( _
requestContext As TeamFoundationRequestContext, _
node As CatalogNode, _
<OutAttribute> ByRef finalPath As String _
) As Boolean
public bool WillBeDeleted(
TeamFoundationRequestContext requestContext,
CatalogNode node,
out string finalPath
)
public:
bool WillBeDeleted(
TeamFoundationRequestContext^ requestContext,
CatalogNode^ node,
[OutAttribute] String^% finalPath
)
member WillBeDeleted :
requestContext:TeamFoundationRequestContext *
node:CatalogNode *
finalPath:string byref -> bool
public function WillBeDeleted(
requestContext : TeamFoundationRequestContext,
node : CatalogNode,
finalPath : String
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- finalPath
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.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.