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
/// <summary>During search FileCache calls this callback function only for items that successfully passed filter.</summary>
222
222
/// <remarks>Define this method to add filtered items into ListView. TCacheItem is a class therefore passed by reference.
223
223
/// If you modify Item's fields, new data be stored and available for next searches. </remarks>
224
-
/// <param name="FullPath">Full path that includes file name of the file being added</param>
225
-
/// <param name="Item">Item that contains other file information: size, modified date etc.</param>
226
-
/// <return> Returns False to stop filtering (for example when maximum number of items in ListView is reached). In other cases function should return True.</return>
224
+
/// <param name="Item">Item that contains file information: size, modified date etc.</param>
225
+
/// <return> Returns False to stop filtering (for example when maximum number of items in ListView is reached). In other cases function should return True.</return>
0 commit comments