User defined session properties for custom commands
There are several patterns available (
I have a command which must behave differently depending on the session.
One way to implement this would be to add a properties section to the 'Advanced Site Settings' dialog. These properties can then be referenced in a custom command by a pattern like
!U
, !P
) which can be used for custom commands. Is there any way to pass values of arbitrary properties defined in a session to the command?
I have a command which must behave differently depending on the session.
One way to implement this would be to add a properties section to the 'Advanced Site Settings' dialog. These properties can then be referenced in a custom command by a pattern like
!'<property name>'
.