| ProductImageServiceFindFilesByImagePattern Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<string> FindFilesByImagePattern(
string imageCompiled,
string imageFolder,
bool searchSubfolders,
bool onlyExisting
)
Public Function FindFilesByImagePattern (
imageCompiled As String,
imageFolder As String,
searchSubfolders As Boolean,
onlyExisting As Boolean
) As IEnumerable(Of String)
Parameters
- imageCompiled
- Type: SystemString
- imageFolder
- Type: SystemString
- searchSubfolders
- Type: SystemBoolean
- onlyExisting
- Type: SystemBoolean
Return Value
Type:
IEnumerableStringSee Also