Click or drag to resize

DocumentCoreCalculateListItems Method (Boolean)

Calculates the list items contained in this document.

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public IEnumerable<ListItem> CalculateListItems(
	bool showRevisionDifferences
)

Parameters

showRevisionDifferences
Type: SystemBoolean
When true, revision differences in list items will be shown.

Return Value

Type: IEnumerableListItem
A sequence of ListItems contained in this document.
See Also