Skip to content

Commit

Permalink
Comment methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Apr 22, 2024
1 parent 341f3ae commit 91d2b97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uSync.BackOffice/Services/SyncFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ public IEnumerable<OrderedNodeInfo> MergeFolders(string[] folders, string extens
return elements.Values;
}

/// <summary>
/// merge the files into a single XElement that can be imported as if it was on disk.
/// </summary>
public XElement MergeFiles(string[] filenames, ISyncTrackerBase trackerBase)
{
if (filenames.Length == 0) return null;
Expand Down

0 comments on commit 91d2b97

Please sign in to comment.