ItemLogs Key

Associated Value Type

Array (VT_ARRAY)

Contains

String (VT_BSTR)

Description

An agent uses the strings passed via the ItemLogs option to populate the Logs collection of each Item object it creates during the refresh cycle.

Note   Do not simply assign a Logs collection to the RefreshOptions collection under the key "itemlogs."  The Logs collection is a class List object, whereas the "itemlogs" option is defined to contain an Array (SAFEARRAY).  The assignment will succeed, however, the agent will fail to property populate any new Item object's Logs collection during the refresh cycle.

Example

Channel.RefreshOptions("itemlogs") = array ("log:default")

Applies to Agents

File System
Search
Promotions
Briefing


© 1997-1998 Microsoft Corporation. All rights reserved.