s&box docs

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

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.FilePathAttribute

On this page