Click or drag to resize

BCRepository.ExecuteSimpleQuery Method

Returns a collection of documents matching the given query.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntax
public BCReadOnlyCollection<BCDocument> ExecuteSimpleQuery(
	BCSearchQuery searchQuery,
	IEnumerable<string> attributeNames,
	int sortOn,
	Object scope
)

Parameters

searchQuery
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCSearchQuery
The folder search query to be executed.
attributeNames
Type: System.Collections.Generic.IEnumerable<String>
The collection of attribute names that describes the set of property values that is returned.
sortOn
Type: System.Int32
The sort order of folders in the result collection.
scope
Type: System.Object
The scope of the search. Can be null.

Return Value

Type: BCReadOnlyCollection<BCDocument>
The collection of documents matching the given query.
See Also