IDocumentQuery<TQuery, TObject>.LatestVersion Method |
Ensures that latest version of the documents is retrieved.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
SyntaxTQuery LatestVersion(
bool latest = true
)
Parameters
- latest (Optional)
- Type: System.Boolean
If true, the latest (edited) version is retrieved, otherwise published version is retrieved
Return Value
Type:
TQuery
See Also