CasewareDocs

Global Parameters

SmartAnalyzer MacroCommands provide a number of commands related to global parameters. All commands are implemented as members of the GlobalAdministration object available via SmartContext. Sample script for instantiating the GlobalAdministration object:

Sub Main()

Dim mc As Object

Dim caseAdmin As Object

Set mc = SmartContext.MacroCommands

Set caseAdmin = mc.GlobalParameters

Commands for setting Global Parameters

Set4AuditFolder

Set4App

Set4File

Set4Machine

Set4Project

Commands for getting Global Parameters

Generic methods

Get4AuditFolder

Get4App

Get4File

Get4Machine

Get4Project

Strongly typed methods

Commands for deleting Global Parameters

Delete4AuditFolder

Delete4App

Delete4File

Delete4Machine

Delete4Project