Click or drag to resize

ControlResourcesResourceUrlHelperGetResourcesByExtensions Method

Retrieves a list of resource files for the specified source by a given list of file extensions.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string[] GetResourcesByExtensions(
	string[] data,
	string[] extensions
)

Parameters

data
Type: SystemString
List of resources to process.
extensions
Type: SystemString
A list of file extensions to perform the search by.

Return Value

Type: String
A list of matched resource.
Remarks