API ReferenceSandbox
public class Sandbox.FilePathAttribute : System.Attribute
When added to a string property, will become a file picker for the given extension (or all by default)
Constructors
Showing 1 constructors
public FilePathAttribute()
No results match this filter.
Properties
Showing 1 properties
public string Sandbox.FilePathAttribute.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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.FilePathAttribute |