TestFlag

<< Click to Display Table of Contents >>

Navigation:  IWCL > IntraWeb Library Loader > Parameters >

TestFlag

Type: integer value

 

Description:

The TestFlag parameter is intended for internal use by the IntraWeb runtime and is not officially documented. Its behavior may change at any time without notice.

 

However, developers may use this parameter for testing or custom flags, as long as they use negative values. This helps avoid conflicts with internal use, which may rely on positive values.

 

Warning:

Use of TestFlag is not officially supported, and results are not guaranteed to remain stable across versions.

 

Example usage (for developers):

 

<script src="/IntraWeb.js" data-Source="/Index.iwml" data-TestFlag="-1"></script>

 

This may be used to toggle custom test behavior in your application logic if you’ve written support for it.