Click or drag to resize
IDocumentQueryTQuery, TObjectPublishedVersion Method
Ensures that latest version of the documents is retrieved.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
TQuery PublishedVersion(
	bool published = true
)

Parameters

published (Optional)
Type: SystemBoolean
If true, published version is retrieved, otherwise latest (edited) version is retrieved

Return Value

Type: TQuery
See Also