Click or drag to resize

linknodeBuilderGetMetasByPathT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the metas by path.

Namespace:  imbSCI.DataComplex.linknode
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public List<T> GetMetasByPath<T>(
	string path,
	bool useNewPath = false
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
useNewPath (Optional)
Type: SystemBoolean
if set to true [use new path].

Type Parameters

T

Return Value

Type: ListT
See Also