Method RevisionFiles
RevisionFiles(IndexCommit, IndexCommit)
Returns a map of the revision files from the given IndexCommits of the search and taxonomy indexes.
Declaration
public static IDictionary<string, IList<RevisionFile>> RevisionFiles(IndexCommit indexCommit, IndexCommit taxonomyCommit)
Parameters
Type | Name | Description |
---|---|---|
IndexCommit | indexCommit | |
IndexCommit | taxonomyCommit |
Returns
Type | Description |
---|---|
IDictionary<System.String, IList<RevisionFile>> |