| 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
)
Public Function GetResourcesByExtensions (
data As String(),
extensions As String()
) As String()
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:
StringA list of matched resource.
Remarks See Also