SearchMonitor.GetDiff

Declaration

public static Search.AssetIndexChangeSet GetDiff(long timestamp, IEnumerable<string> deletedAssets, Func<string,bool> predicate);

Parameters

timestamp Timestamp to be compared.
deletedAssets Any untracked deleted assets.
predicate Predicate used to filter the asset changeset.

Returns

AssetIndexChangeSet Changeset.

Description

Returns the assets that changed since a point in time.


Did you find this page useful? Please give it a rating: