iloc_AssignPageType
Assigns a required Page Type value to a newly created fingerprint.
Member of namespace
IntellocateSyntax
bool iloc_AssignPageType (strParam)
Parameters
The value of the page type to assign to the current page. The input parameter must be one of the following:- A numeric value that corresponds to the Page Type.
- A string value of the page type name.
Returns
False if the numeric value cannot be retrieved from the fingerprint database or if there is no connection to the fingerprint database. Otherwise, True.Level
Page level only.Details
Assigns a required Page Type value to a newly created fingerprint. The assigned value corresponds to the values configured in the PageType table within the fingerprint database. These values are custom defined for each application. If a string value is passed as a parameter, this action will look up the corresponding numeric value within the database.- Example:
Iloc_AssignPageType("2")This example assigns a page type of 2 to the new fingerprint.
Iloc_AssignPageType("PageSeparator")This example assigns a page type of "PageSeparator" to the new fingerprint.