Click or drag to resize

IConfigurationApiGetFilesByProduct Method

Get system files with informations in provided product. If exist product, return suitable system files. Otherwise, return empty list.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
IList<DslFile> GetFilesByProduct(
	string productName
)

Parameters

productName  String
Name of exist product.

Return Value

IListDslFile
List of DslFile
See Also