Documentation Center

PslResData.Action

Action to be performed when OnProcessUserFile is called by Passolo.

Syntax

Expression.Action as Long

pslResUpdScanData (Value = 0): Passolo calls OnProcessUserFile to read a source file.

pslResUpdGenerate (Value = 1): Passolo calls OnProcessUserFile to generate the target file.

pslResUpdListContent (Value = 2): Passolo calls OnProcessUserFile to obtain the list of resources contained in a source file.

pslResUpdCheckSourceTarget (Value = 3): Passolo calls OnProcessUserFile to check if the source and/or target file is valid.

pslResUpdGetLanguages (Value =4): Passolo calls OnProcessUserFile to obtain the list of languages contained in a source file.

pslResUpdGetFileExtensions (Value = 5): Passolo calls OnProcessUserFile to get a list of file extension supported by this handler.

PslResUpdScanTarget (Value = 6): Passolo calls OnProcessUserFile to read a source file for alignment (Passolo function: Scan target file). In most cases this event can be handled like pslResUpdScanData.

Expression Object of type PslResData