Variable
|
Description
|
GroupLabelAfter
|
Example: GroupLabelAfter = True
When using the GUI List web paging template, setting this parameter to true tells the website that the (G) that designates a group should appear after the group name instead of before.
|
InterfaceFilter
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: InterfaceFilter = c:\PageGateData\Filters\yourfilter.xml
This parameter calls on the filter after a web trigger has been received by GetWeb and after its' contents have been decoded.
|
InterfaceFilterDebugFile
|
Example: InterfaceFilterrDebugFile = c:\PageGateData\Filters\GetWebFilter.log
When using an interface filter, you can use this parameter to output this specific filter's log to the declared location and file name.
|
RawInterfaceFilter
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: RawInterfaceFilter = c:\PageGateData\Filters\yourfilter.xml
This parameter calls on the filter before a web trigger has been received by GetWeb and after its' contents have been decoded.
|
RawInterfaceFilterDebugFile
|
Example: RawInterfaceFilterDebugFile = c:\PageGateData\Filters\GetWebFilter.log
When using a filter, you can use this variable to output this specific filter's log to the declared location and file name.
|
UseFilterDll
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: UseFilterDll = True
Setting this parameter to true tells PageGate to use the filter dll, which is a more efficient method of running the filter.
|