<Key>
Section:
Options (as part of a <Preference>)
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <Key> child tag defines the key used by the system to track a user preference. If <Key> is not specified then the preference name is used. The keys for system-defined user preferences can be found in the Javadoc for the UserProfile class.
Example
This example shows a valid configuration for the tag:
<Preference>Acme custom preference
<Group>Acme custom group</Group>
<Key>Acme1</Key>
<DefaultValue>true</DefaultValue>
<Protect>true</Protect>
<Reset>true</Reset>
</Preference>
Was this helpful?