API ReferenceSandbox
FilePathAttributeclass
When added to a string property, will become a file picker for the given extension (or all by default)
Constructors1
Showing 1 constructors
public FilePathAttribute()
No results match this filter.
Properties1
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.
Returns:
string—No results match this filter.