BuildPath.IsRecursive Method

Signifies whether the query path contains the full recursion operator.

This method assumes that the input path has been canonicalized.

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function IsRecursive ( _
    queryPath As String _
) As Boolean
public static bool IsRecursive(
    string queryPath
)
public:
static bool IsRecursive(
    String^ queryPath
)
static member IsRecursive : 
        queryPath:string -> bool
public static function IsRecursive(
    queryPath : String
) : boolean

Parameters

  • queryPath
    Type: System.String

    The query path to check for recursiveness.

Return Value

Type: System.Boolean
True if the string is recursive, false otherwise.

.NET Framework Security

See Also

Reference

BuildPath Class

Microsoft.TeamFoundation.Build.Common Namespace