System.Search.UrlToIndex
Emitted by a container IFilter for each child URL within the container. The children are eventually crawled by the indexer if they are within scope.
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.Search.UrlToIndex
shellPKey = PKEY_Search_UrlToIndex
formatID = 0B63E343-9CCC-11D0-BCDB-00805FCCCE04
propID = 2
SearchInfo
InInvertedIndex = false
IsColumn = false
typeInfo
type = String
Remarks
This property contains a URL and is emitted by a protocol handler for each child URL or directory under the current URL. The indexer calls back into the protocol handler, and asks for that document to be indexed. System.Search.UrlToIndex was called PID_GTHR_DIRLINK in earlier versions of the Windows operating system.
PKEY values are defined in Propkey.h.
Related topics