Click or drag to resize
DocumentQueryBaseTQuery, TObjectNestingLevel Method
Ensures that only documents within specified nesting level are retrieved.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery NestingLevel(
	int level
)

Parameters

level
Type: SystemInt32
Nesting level

Return Value

Type: TQuery

Implements

IDocumentQueryTQuery, TObjectNestingLevel(Int32)
See Also