Autodesk Vault ProfessionalVault API

IPropertyManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services.Connection

This interface encapsulates all access to Vault Property Values and Property Definitions. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.PropertyManager property.

Syntax

public interface IPropertyManager 
Public Interface IPropertyManager 

Methods

NameDescription
ClearPropertyCacheClears all of the property values from the cache.
ClearPropertyCache()Clears all of the property values from the cache.
ClearPropertyCache(IEntity,IEnumerable<PropertyDefinition>)Clears property values from the cache for an entity
ClearPropertyCache(IEntity,PropertyCacheClearOptions)Clears property values from the cache for an entity
GetPropertyDefinitionByIdGets a Property Definition associated with a specific Property Definition Server Id.
GetPropertyDefinitionBySystemNameGets a Property Definition associated with a specific Property Definition System Name.
GetPropertyDefinitionsGets a list of property definitions in a vault
GetPropertyDefinitionsMappedToContentSourcePropertyRetrieves a list of all associations that a Content Source PropDef has with UDP's
GetPropertyValueGets a single property value for a specific Entity
GetPropertyValuesGets property values for a list of Entities and Property Definitions
GetPropertyValuesAsyncAsynchronously retrieves property values for a list of Entities and Property Definitions

Returned By

Where you get a IPropertyManager — members that return one.

See Also