Click or drag to resize

instanceCheckListTGetItemNames Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the item names.

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<string> GetItemNames(
	bool getChecked = true,
	bool getUnchecked = false
)
Request Example View Source

Parameters

getChecked (Optional)
Type: SystemBoolean
if set to true [get checked].
getUnchecked (Optional)
Type: SystemBoolean
if set to true [get unchecked].

Return Value

Type: ListString
See Also