ScopeAdm
The ScopeAdm scope administration object manages a scope definition for a catalog within Indexing Service. Use scope objects to force rescans and modify logon information for remote scopes. A scope defines a path to a local, remote, or virtual directory. You can create scope objects through the AddScope, GetScopeByPath, or GetScopeByAlias methods on the CatAdm object.
| Property names | Type | Access | Description |
| Alias | STR | R/W | Friendly name for the scope object. |
| ExcludeScope | VARIANT_BOOL | R/W | TRUE disables indexing for this scope. |
| Logon | STR | R/O | Logon name. |
| Path | STR | R/W | Case-insensitive path. |
| VirtualScope | VARIANT_BOOL | R/O | TRUE if this scope refers to a virtual root. |
| Method names | Description |
| Rescan | Full or incremental rescan trigger. |
| SetLogonInfo | Sets name, password pair. |
Remarks
Scope objects can be created only through the defined methods of the CatAdm object.
Windows 2000 or later: Requires Windows 2000 or later.
Import Library: Included as a resource in ciodm.dll.
See Also
Secure Code Practices