Autodesk Vault ProfessionalVault API

SetDoNotCache Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Sets whether the framework can cache property values associated with this Property Definition

Syntax

public void SetDoNotCache(
   System.bool doNotCache,
   System.string entityClassName
)
Public Sub SetDoNotCache( _
   ByVal doNotCache As System.Boolean, _
   Optional ByVal entityClassName As System.String _
) 

Parameters

NameDescription
doNotCacheThe cache algorithm that is assigned to the PropertyDefinition
entityClassNameThe optional name of the entity class that this cache algorithm applies to. If null, then this will apply to all entity classes. There are properties that have different cache algorithms for each entity class

See Also