SetStringList

SetStringList(string, IList<string>)

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

Description

It wants to set the value of the StringList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetStringList(int, IList<string>)

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

Description

It wants to set the value of the StringList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.