CatalogRuleValidationUtility.UnderPathScope Method

Returns true if the itemPath is under the pathScope.

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

Syntax

'Declaration
Public Function UnderPathScope ( _
    itemPath As String, _
    pathScope As String, _
    recurse As Boolean _
) As Boolean
public bool UnderPathScope(
    string itemPath,
    string pathScope,
    bool recurse
)
public:
bool UnderPathScope(
    String^ itemPath, 
    String^ pathScope, 
    bool recurse
)
member UnderPathScope : 
        itemPath:string * 
        pathScope:string * 
        recurse:bool -> bool
public function UnderPathScope(
    itemPath : String, 
    pathScope : String, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CatalogRuleValidationUtility Class

Microsoft.TeamFoundation.Framework.Server Namespace