Click or drag to resize
TreeProviderSelectQueryName Property
Base query name to use for the document selection (for the enhanced selection options only).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual string SelectQueryName { get; set; }

Property Value

Type: String
Remarks
The incomplete query is compatible only with method SelectNodes. To support all operations, the query must return following columns:
See Also