You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,6 +137,21 @@ public virtual TreeDefinition Add(string targetTreeEntryPath, TreeEntryDefinitio
137
137
returnthis;
138
138
}
139
139
140
+
/// <summary>
141
+
/// Adds or replaces a <see cref="TreeEntryDefinition"/>, built from the provided <see cref="TreeEntry"/>, at the specified <paramref name="targetTreeEntryPath"/> location.
142
+
/// </summary>
143
+
/// <param name="targetTreeEntryPath">The path within this <see cref="TreeDefinition"/>.</param>
144
+
/// <param name="treeEntry">The <see cref="TreeEntry"/> to be stored at the described location.</param>
145
+
/// <returns>The current <see cref="TreeDefinition"/>.</returns>
/// Adds or replaces a <see cref="TreeEntryDefinition"/>, dynamically built from the provided <see cref="Blob"/>, at the specified <paramref name="targetTreeEntryPath"/> location.
0 commit comments