# Sandbox.FilePathAttribute.Extension

```csharp
string Extension { get; set; }
```

The extension to filter by. If empty, all files are shown.
Can be a comma separated list of extensions, or a single extension.

Declared in [Sandbox.FilePathAttribute](/api/Sandbox.FilePathAttribute).
Assembly: `Sandbox.Engine`.
