Autodesk Vault ProfessionalVault API

PropertyCacheClearOptions Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

Options for clearing property values out of the cache

Syntax

public enum PropertyCacheClearOptions : System.Enum 
Public Enum PropertyCacheClearOptions
   Inherits System.Enum

Members

MemberDescription
AllPropertiesAll property values will be removed from the cache for an entity
DynamicPropertiesOnly Dynamic Property values will be removed from the cache. Dynamic property values are those where the value for a property can change it's value for the same iteration.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyCacheClearOptions

See Also