InterfaceIMultiFilesSelectable
Interface
Interface that provides a collection of selected files.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IMultiFilesSelectable
Properties
FileNames
Gets or sets a string containing the selected file names, including their paths.
Declaration
cs-api-definition
IEnumerable<string> FileNames { get; }
Property Value
IEnumerable<string>
SafeFileNames
Gets or sets a string containing the selected file names, excluding their paths.
Declaration
cs-api-definition
IEnumerable<string> SafeFileNames { get; }
Property Value
IEnumerable<string>