DocumentCoreCalculateListItems(Boolean) Method |
Calculates the list items contained in this document.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic IEnumerable<ListItem> CalculateListItems(
bool showRevisionDifferences
)
Public Function CalculateListItems (
showRevisionDifferences As Boolean
) As IEnumerable(Of ListItem)
Parameters
- showRevisionDifferences Boolean
- When true, revision differences in list items will be shown.
Return Value
IEnumerableListItemA sequence of
ListItems contained in this document.
See Also