Autodesk Vault ProfessionalVault API

UpdateFileProperties Method

Autodesk.Connectivity.Explorer.ExtensibilityToolsIExplorerUtil

Updates a set of properties for a file.

Syntax

void UpdateFileProperties(
   File file,
   System.Collections.Generic.Dictionary<PropDef,object> props
)
Sub UpdateFileProperties( _
   ByVal file As File, _
   ByVal props As System.Collections.Generic.Dictionary(Of PropDef,Object) _
) 

Parameters

NameDescription
fileThe file whose properties will be updated.
propsA Dictionary containing the updated property values. Key = property object; Value = new value

See Also