GitUtils.CalculateSecurable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CalculateSecurable(Guid, Guid, String)
public static string CalculateSecurable(Guid projectId, Guid repositoryId, string refName);
static member CalculateSecurable : Guid * Guid * string -> string
Public Shared Function CalculateSecurable (projectId As Guid, repositoryId As Guid, refName As String) As String
Parameters
- projectId
- Guid
- repositoryId
- Guid
- refName
- String
Returns
Applies to
CalculateSecurable(String, Guid, String)
public static string CalculateSecurable(string teamProjectUri, Guid repositoryId, string refName);
static member CalculateSecurable : string * Guid * string -> string
Public Shared Function CalculateSecurable (teamProjectUri As String, repositoryId As Guid, refName As String) As String
Parameters
- teamProjectUri
- String
- repositoryId
- Guid
- refName
- String