Interface
IMultiFilesSelectable

Interface that provides a collection of selected files.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", Justification = "Design choice.")]
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>

In this article
DefinitionPropertiesFileNamesSafeFileNames
Not finding the help you need?
Contact Support