| CMSAbstractDataPropertiesGetQueryInternal Method | 
            Returns a multi-document query which represents the data specified by the given parameters and other object properties (path, WhereCondition etc.)
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual IMultiDocumentQuery GetQueryInternal(
	string path,
	bool forceReload,
	int offset,
	int maxRecords
)
Parameters
- path
- Type: SystemString
 Node path
- forceReload
- Type: SystemBoolean
 Force reload data (do not use cache)
- offset
- Type: SystemInt32
 Index of the first record to return (use for paging together with MaxRecords)
- maxRecords
- Type: SystemInt32
 Maximum number of records to get (use for paging together with Offset). If maxRecords is zero or less, all records are returned (no paging is used)
Return Value
Type: 
IMultiDocumentQuery See Also
See Also