updateProfile.extensions parameter

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.

Availability

query command
current parameter
default parameter
install parameter

Scope

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.

Syntax

query updateProfile.extensions
query current.updateProfile.extensions
query default.updateProfile.extensions
query install.updateProfile.extensions 

Description

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.

Examples

query updateProfile.extensions
query current.updateProfile.extensions
query default.updateProfile.extensions
query install.updateProfile.extensions 

Related reference
query command
updateProfile command
defaultProfile parameter
installProfile parameter
updateProfile.parserAssociation parameter