Autodesk Vault ProfessionalVault API

ClearPropertyCache(IEntity,PropertyCacheClearOptions) Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPropertyManager

Clears property values from the cache for an entity

Syntax

void ClearPropertyCache(
   IEntity entity,
   PropertyCacheClearOptions clearOptions
)
Overloads Sub ClearPropertyCache( _
   ByVal entity As IEntity, _
   ByVal clearOptions As PropertyCacheClearOptions _
) 

Parameters

NameDescription
entityThe entity to clear values for
clearOptionsThe type of properties to clear (all properties or only the dynamic property values)

See Also