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
Sometimes data should be prepared once for all the files in the directory, so better to do it in GetContentFieldsW than in GetContentDataW
Some ContentColumns may have meaning only in particular directory, so it would be nice to determinate it at once, and not to call GetContentDataW for every file.
Description of the new feature or improvement
Use cases:
GetContentFieldsWthan inGetContentDataWGetContentDataWfor every file.Proposed technical implementation details (optional)
No response