Advanced

<< Click to Display Table of Contents >>

RayQC > 7.3 u2 > User Guide > Command Line Tools > PowerShell Module 

Advanced

Expand-Checklist

Expands the content of a checklist to a local directory.

 

Name 

Type 

Mandatory 

Description 

ChecklistFile

String

Yes

Full path to the checklist that will be extracted.

Destination

String

No

The destination where to extract the checklist. If not specified, a temporary location will be assumed.

 

Returns an instance of DirectoryInfo representing the destination folder.

 

Compress-Checklist

Expands the content of a checklist to a local directory.

 

Name 

Type 

Mandatory 

Description 

ChecklistFolder

String

Yes

The folder with the Checklist structure to be compressed.

Destination

String

No

The full path to destination file.

SaveAsProject

Switch

No

If specified, the checklist is saved as a project (with actual values). If not, the checklist is saved as a template (stripped out of values).

Force

Switch

No

If specified, forces the action.

 

Returns FileInfo representing the compressed checklist.