Help - Standard Object Types
The type of object referred to by a resource is given a numeric tag.
It is set by the
Resource Name Translation
server hook which typically reads it
from the "FileInfo" variable directory
for the given resource.
The current set of types is:
- 0 = Unknown (for internal purposes only)
- 1 = HTML Document (the default setting)
- 3 = CGI Script (for simple server extensions)
- 4 = API Script (quick way of executing a CommandProcessing API hook written in C)
- 5 = Redirection (points the client's browser to another server)
- 6 = Admin Document (for internal purposes only)
- 7 = Rexx Script (quick way of executing a CommandProcessing API hook written in Rexx)
- 8 = Perl Script (Note: CGI Script must be used to execute Perl modules - Direct Perl APIs are forthcoming)