Persistate API documentation
ChooseSeveral Method (message, collection)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceChooseSeveral(String, ICollection)

[This is preliminary documentation and is subject to change.]

Displays a choice of items from a collection to the user allowing the choice of one or more of the items.
Declaration Syntax
C#
public override List<Object> ChooseSeveral(
	string message,
	ICollection collection
)
Parameters
message (String)
A prompt message to display along with the choices.
collection (ICollection)
The collection of objects to choose from.
Return Value
The collection of objects chosen by the user.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)