| FileSystemContentProvider Constructor | 
        
        
         
        Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic FileSystemContentProvider(
	HttpContext context,
	string[] searchPatterns,
	string[] viewPaths,
	string[] uploadPaths,
	string[] deletePaths,
	string selectedUrl,
	string selectedItemTag
)
Public Sub New ( 
	context As HttpContext,
	searchPatterns As String(),
	viewPaths As String(),
	uploadPaths As String(),
	deletePaths As String(),
	selectedUrl As String,
	selectedItemTag As String
)
public:
FileSystemContentProvider(
	HttpContext^ context, 
	array<String^>^ searchPatterns, 
	array<String^>^ viewPaths, 
	array<String^>^ uploadPaths, 
	array<String^>^ deletePaths, 
	String^ selectedUrl, 
	String^ selectedItemTag
)
new : 
        context : HttpContext * 
        searchPatterns : string[] * 
        viewPaths : string[] * 
        uploadPaths : string[] * 
        deletePaths : string[] * 
        selectedUrl : string * 
        selectedItemTag : string -> FileSystemContentProviderParameters
- context
- Type: System.WebHttpContext
 
- searchPatterns
- Type: SystemString
 
- viewPaths
- Type: SystemString
 
- uploadPaths
- Type: SystemString
 
- deletePaths
- Type: SystemString
 
- selectedUrl
- Type: SystemString
 
- selectedItemTag
- Type: SystemString
 
 See Also
See Also