Click or drag to resize
FileManagerDialogConfigurationSearchPatterns Property
Gets or sets the extension patterns for files to be displayed in the FileManager dialog.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] SearchPatterns { get; set; }

Property Value

Type: String
A String array, containing extension patterns for files to be displayed in the FileManager dialog.
Remarks
Values can contain wildcars (e.g. *.*, *.j?g)
See Also