# 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                             |
| ------------------- | ---- | ------------------------------------------------------------------------------------------- | --------------------------------------- |
| ![](ico/method.ico) | void | UpdateFileProperties(File file,System.Collections.Generic.Dictionary<PropDef,object> 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*.