DocumentQueryProperties Methods |
The DocumentQueryProperties type exposes the following members.
Name | Description | |
---|---|---|
AddCulturePriorityColumn |
Adds culture priority column to data query settings to get the most relevant document culture version
| |
AddDuplicatesPriorityColumn |
Adds duplicates priority column to data query settings to get only original documents
| |
All |
Ensures that there is no restriction applied for the result.
| |
ApplyProperties |
Applies properties to the given target instance.
Does not apply properties which are already explicitly set in the target instance, and which values cannot be combined from both instances.
| |
ApplyToSettings |
Applies these properties to the given data query settings
| |
Clone |
Clones object
| |
Culture |
Filters the data to include only documents translated to given culture(s).
| |
Default |
Ensures default state of settings for the result.
| |
EnsureWhereCondition |
Ensures where condition based on query properties
| |
ExcludePath(String) |
Filters the data to exclude documents on given path(s).
| |
ExcludePath(String, PathTypeEnum) |
Filters the data to exclude documents on given path.
| |
GetAllowedPathWhereCondition |
Gets where condition based on allowed paths
| |
GetClassesWhereCondition |
Gets where condition based on multi-query settings and list of document types
| |
GetCombineWithDefaultCultureInternal |
Gets default value for combine with default culture
| |
GetContainerTypeWhereCondition |
Gets where condition for page type representing container
| |
GetCultureWhereCondition |
Gets where condition based on list of requested cultures
| |
GetDefaultCultureCodeInternal |
Gets default value for default culture
| |
GetExcludedPathWhereCondition |
Gets where condition based on excluded paths
| |
GetNestingLevelWhereCondition |
Gets where condition to retrieve only documents in specified nesting level (The first specified path is taken as the referring one.)
| |
GetNodeDataWhereCondition |
Gets where condition for all restrictions based on tree node data
| |
GetPreferredCultureInternal |
Gets default value for preferred culture
| |
GetPublishedWhereCondition |
Gets where condition to retrieve only published documents based on settings
| |
GetRelationshipWhereCondition |
Gets where condition to retrieve only documents in relationship defined by the properties.
| |
GetSingleQuery |
Gets modified single query to execute
| |
OnSite |
Filters the data to include documents only on the given site(s).
| |
Path(String) |
Filters the data to include only documents on given path(s).
| |
Path(String, PathTypeEnum) |
Filters the data to include only documents on given path.
|