Contents Index Topic Contents | ||
Previous Topic: SUBSCRIPTIONTYPE Next Topic: Return Values |
WEBCRAWL_RECURSEFLAGS
typedef enum WEBCRAWL_RECURSEFLAGS { WEBCRAWL_DONT_MAKE_STICKY = 0x0001, WEBCRAWL_GET_IMAGES = 0x0002, WEBCRAWL_GET_VIDEOS = 0x0004, WEBCRAWL_GET_BGSOUNDS = 0x0008, WEBCRAWL_GET_CONTROLS = 0x0010, WEBCRAWL_LINKS_ELSEWHERE = 0x0020, WEBCRAWL_IGNORE_ROBOTSTXT = 0x0080 } WEBCRAWL_RECURSEFLAGS;Contains the flags for the default link crawling agent included with the Information Delivery API.
- WEBCRAWL_DONT_MAKE_STICKY
- Instructs the agent to cache the downloaded resources normally. If this value is not set, the agent makes the entries sticky, which prevents the entry from being removed during a normal clean-up operation.
- WEBCRAWL_GET_IMAGES
- Instructs the agent to download any images associated with the resource.
- WEBCRAWL_GET_VIDEOS
- Instructs the agent to download any videos associated with the resource.
- WEBCRAWL_GET_BGSOUNDS
- Instructs the agent to download any background sounds associated with the resource.
- WEBCRAWL_GET_CONTROLS
- Instructs the agent to download any controls associated with the resource.
- WEBCRAWL_LINKS_ELSEWHERE
- Instructs the agent to follow links that go to sites outside the site that the resource resides on.
- WEBCRAWL_IGNORE_ROBOTSTXT
- Instructs the agent to ignore any robot scripts.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.