Autodesk Vault ProfessionalVault API

ClearPropertyCache(IEntity,IEnumerable<PropertyDefinition>) Method

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

Clears property values from the cache for an entity

Syntax

void ClearPropertyCache(
   IEntity entity,
   System.Collections.Generic.IEnumerable<PropertyDefinition> propDefs
)
Overloads Sub ClearPropertyCache( _
   ByVal entity As IEntity, _
   ByVal propDefs As System.Collections.Generic.IEnumerable(Of PropertyDefinition) _
) 

Parameters

NameDescription
entityThe entity to clear values for
propDefsThe property definitions to removed cached values for. If null, values will be removed for the entire entity

See Also