Method Folder
Folder(string, string, bool, string?)
FILESYSTEM PATHS ONLY. Ordinal-sorted; document ids are forward-slashed paths relative to the root. This is the desktop and app-private-storage shape — see spec 11.3 for mobile.
public static IngestionSource Folder(string path, string searchPattern = "*", bool recursive = true, string? sourceId = null)
Parameters
Returns
Exceptions
- EdgeIngestionException
6051 when the root is missing or unreadable — raised here, before any document, because a run over a folder that is not there is meaningless. 6055 for an empty source id.