IDocumentQueryTQuery, TObjectLatestVersion Method |
Ensures that latest version of the documents is retrieved.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax TQuery LatestVersion(
bool latest = true
)
Parameters
- latest (Optional)
- Type: SystemBoolean
If true, the latest (edited) version is retrieved, otherwise published version is retrieved
Return Value
Type:
TQuerySee Also