Library | Module

Interface IpfcConfigImportInstructions



Description

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



Method Summary

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

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



Method Detail


FunctionCCpfcConfigImportInstructions.Create () as IpfcConfigImportInstructions

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

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