RefreshOptions Collection

This collection is a dispinterface on a class Dictionary object. This collection contains key/value pairs that define options for the refresh cycle. This collection is passed to an agent during the refresh cycle as a Active Scripting Host “named” object to facilitate transferal of the options to the agent scripts.

Type

IDictionary (VT_DISPATCH)

Contains

Key/value pairs identifying options for the refresh cycle.

Default

Empty

Remarks

For a complete list of the options available for the pre-installed agents that ship with Active Channel Server, see Active Channel Server Pre-installed Agents Options.

Example

Set IOptions = IChannel.RefreshOptions
IOptions("Directory") = "c:\somedir\channel1"
IOptions("MatchCriteria") = Array("*.htm","*.asp","*.html")
IOptions("ItemLogoRefs") = Array("smallicon","bigicon")

See Also

Refresh Method


© 1997-1998 Microsoft Corporation. All rights reserved.