Click or drag to resize

checkListsetChecked Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setChecked(
	IEnumerable<string> input,
	bool setAllChecked = false
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableString
setAllChecked (Optional)
Type: SystemBoolean
See Also