IListItemConverterConvert Method

Converts the specified master list item.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Object Convert(
	Object sourceListItem
)

Parameters

sourceListItem  Object
Object with the master list item.

Return Value

Object
Object with the result of the conversion to the target list element.

See Also