Use the updateProfile.extensions parameter to list all of the document names and name extensions that are associated with document parsers. The updateProfile.parserAssociation parameter is used to indicate the parser that is associated with a specific document type.
query command
current parameter
default parameter
install parameter
updateProfile.extensions is scoped to the current view.
current.updateProfile.extensions is scoped to the current view.
default.updateProfile.extensions is globally scoped.
install.updateProfile.extensions is globally scoped.
query updateProfile.extensions query current.updateProfile.extensions query default.updateProfile.extensions query install.updateProfile.extensions
The query current.updateProfile.extensions command returns the list of document names and name extensions that are defined in the current view.
The query updateProfile.extensions command returns the list of document names and name extensions that were specified with the set updateProfile.parserAssociation command.
The query default.updateProfile.extensions command returns the list of document names and name extensions that were specified with the set default.updateProfile.parserAssociation command. That is, the document types in the default profile indicated by the defaultProfile parameter.
The query install.updateprofile.extensions command returns the list of installed document names and name extensions, that is, the document types in the install profile indicated by the installProfile parameter.
query updateProfile.extensions query current.updateProfile.extensions query default.updateProfile.extensions query install.updateProfile.extensions
query command
updateProfile command
defaultProfile parameter
installProfile parameter
updateProfile.parserAssociation parameter
Copyright IBM Corporation 1992, 2006. All Rights Reserved.