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

The constructor

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MetaListInfo(
	int id,
	string val,
	bool isSelected,
	bool isDefault
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	val As String, _
	isSelected As Boolean, _
	isDefault As Boolean _
)
Visual C++
public:
MetaListInfo(
	int id, 
	String^ val, 
	bool isSelected, 
	bool isDefault
)

Parameters

id
Type: System..::.Int32
The id of the list item
val
Type: System..::.String
The value of the list item
isSelected
Type: System..::.Boolean
True if the list is selected
isDefault
Type: System..::.Boolean
True if the list is default

See Also