SetBoolList

SetBoolList(string, IList<bool>)

public bool SetBoolList(string name, IList<bool> value) ;

Description

It wants to set the value of the BoolList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetBoolList(int, IList<bool>)

public bool SetBoolList(int id, IList<bool> value) ;

Description

It wants to set the value of the BoolList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.