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
Syntaxpublic IEnumerable<ListItem> CalculateListItems(
bool showRevisionDifferences
)
Public Function CalculateListItems (
showRevisionDifferences As Boolean
) As IEnumerable(Of ListItem)
Parameters
- showRevisionDifferences
- Type: SystemBoolean
When true, revision differences in list items will be shown.
Return Value
Type:
IEnumerableListItemA sequence of
ListItems contained in this document.
See Also