Click or drag to resize

DocumentCoreCalculateListItems(Boolean) Method

Calculates the list items contained in this document.

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

Parameters

showRevisionDifferences  Boolean
When true, revision differences in list items will be shown.

Return Value

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