InteractionFile Properties
ClassProperties3 members
Represents a file selected by the user for an
InputType.File input. Gets the full path to the uploaded file on disk.
public string FilePath { get; } Gets the unique identifier for the uploaded file.
public string Id { get; } Gets the original file name as provided by the user (e.g. "readme.txt").
public string Name { get; }