Autodesk Vault ProfessionalVault API

PersistenceKey Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings

Gets or sets a key that uniquely defines an instance of a Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity workflow. This key will be used to persist GUI settings

Syntax

public System.string PersistenceKey {get; set;}
Public Property PersistenceKey As System.String

Remarks

Two instances with the same key will share the same persisted state (ie. visible columns, current view, etc...). Examples of values for different usages of the Select Entity workflow are "Open", "Save", "Import", etc... If this is null or empty settings will not be saved.

See Also