<StoreTypeOrder>
Section:
Attribute
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Defines the order in which to display the store types for the class. This tag should only be used within the context of the STORE_TYPE attribute.
This tag supersedes the <DefaultSaveNewVersion> tag.
Example
This example shows Overwrite being displayed above New Version for the STORE_TYPE attribute:
<Attribute>STORE_TYPE
<StoreTypeOrder>Overwrite</StoreTypeOrder>
<StoreTypeOrder>New Version</StoreTypeOrder>
</Attribute>
Was this helpful?