←Select platform

Query Method

Summary

Retrieves element sets from the repository.

Syntax
C#
VB
C++
public List<IElementSet> Query( 
   RepositoryQuery query 
) 
Public Function Query( 
   ByVal query As RepositoryQuery 
) As List(Of IElementSet) 
public:  
   List<IElementSet^>^ Query( 
      RepositoryQuery^ query 
   ) 

Parameters

query

Query object. An empty query indicates wildcard matching.

Return Value

List of found elements.

Remarks

The query filters the elements as specified by the request.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Analytics Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.