Library | Module

Class pfcConfigImportInstructions



Description

This class specifies instructions used to import from a configuration file.
Direct Parent Classes:
pfcImportInstructions



Method Summary

static pfcConfigImportInstructionsCreate ()
Creates a new instructions object used to import (read) from configuration data (CONFIG) type file.

Users are recommended to use pfcBaseSession.LoadConfigFile() rather than the return value of this method.



Method Detail


static pfcConfigImportInstructionsCreate ()

Creates a new instructions object used to import (read) from configuration data (CONFIG) type file.

Users are recommended to use pfcBaseSession.LoadConfigFile() rather than the return value of this method.
Returns:
The new instructions object.