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 the itemPath is under the pathScope.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- itemPath
Type: System.String
- pathScope
Type: System.String
- recurse
Type: System.Boolean
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.