BuildContainerPath.IsHttpUrl Method

Takes a logLocation stored in an Intermediate build information node and returns whether the path starts with "http".

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

Syntax

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

Parameters

  • logLocation
    Type: System.String

    http location of the intermediate logs folder

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace