AutoNumberPrefix

Defines the prefix that will be added to all automatically numbered Content IDs.

  • Returns the automatic numbering prefix (returns value in configuration settings).

  • Returns a string.

Type and Usage

Location

  • System Properties, Options tab, Auto Name Prefix

  • Admin Server, General Configuration, Auto Number Prefix

  • IntradocDir/config/config.cfg

Example

As a configuration setting, defines the automatic numbering prefix:

AutoNumberPrefix=HR

As script, returns the value of the configuration setting:

<$AutoNumberPrefix$>

See Also