GitCommitArtifactId.GetArtifactIdForCommit Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function GetArtifactIdForCommit ( _
teamProjectUri As String, _
repositoryId As Guid, _
objectId As Byte() _
) As ArtifactId
public static ArtifactId GetArtifactIdForCommit(
string teamProjectUri,
Guid repositoryId,
byte[] objectId
)
public:
static ArtifactId^ GetArtifactIdForCommit(
String^ teamProjectUri,
Guid repositoryId,
array<unsigned char>^ objectId
)
static member GetArtifactIdForCommit :
teamProjectUri:string *
repositoryId:Guid *
objectId:byte[] -> ArtifactId
public static function GetArtifactIdForCommit(
teamProjectUri : String,
repositoryId : Guid,
objectId : byte[]
) : ArtifactId
Parameters
- teamProjectUri
Type: System.String
- repositoryId
Type: System.Guid
- objectId
Type: array<System.Byte[]
Return Value
Type: Microsoft.TeamFoundation.ArtifactId
.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.