Language
Edit

GitQueryCommitsCriteria.Ids Property

Definition

If provided, specifies the exact commit ids of the commits to fetch. May not be combined with other parameters.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="ids")]
public System.Collections.Generic.List<string> Ids { get; set; }
member this.Ids : System.Collections.Generic.List<string> with get, set
Public Property Ids As List(Of String)

Property Value

Attributes

Applies to