# VaultExplorerUtil The VaultExplorerUtil object is of type *Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil* and allows working directly with the Vault Explorer. ## Syntax ```{code-block} powershell :linenos: $vaultExplorerUtil ``` Following methods are available: | Icons | Type | Name | Description | | ------------------- | ---- | ------------------------------------------------------------------------------------------- | --------------------------------------- | | ![]() | void | UpdateFileProperties(File file,System.Collections.Generic.Dictionary props) | Updates a set of properties for a file. | ## Remarks All the methods of the VaultExplorerUtil object are part of the Vault API.\ You can look them up in the VaultSDK documentation under *IExplorerUtil Interface Members*.