ISecurityProfileApplication.CommandMask

Usage:

Read and write.

Description:

Type: String.
It contains the application run string template. It consists of a sequence of space separated template words.
A template word is an arbitrary sequence of characters. It can contain wildcard characters. If it contains blank spaces, it should be enclosed in quotes. In this case double quotes are used in the text. Double quotes are also used in the beginning and in the end of a template word.
Wildcard characters:
  • % - arbitrary sequence of characters;
  • _ - one random character;
  • * - file name. If a template word begins with "*", the parameter is a route from a virtual directory. Once a parameter is verified to comply with the template word, the virtual directory will be replaced with a physical directory prior to execution;
  • \ - character prefix. Putting it before a wildcard character makes the character a regular one instead of a wildcard.

Availability:

Integration.

    

1C:Enterprise Developer's Community