Click or drag to resize

BCRepositoryExecuteFolderQuery Method (BCFolderSearchQuery, BCCollectionBaseBCPropertyDef, SortKind)

Returns a collection of folders 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.111.0)
Syntax
public BCReadOnlyCollection<BCFolder> ExecuteFolderQuery(
	BCFolderSearchQuery searchQuery,
	BCCollectionBase<BCPropertyDef> propertyDefs,
	SortKind sortOn
)

Parameters

searchQuery
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolderSearchQuery
The search query to be executed.
propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the properties that are returned. If then default properties will be returned.
sortOn
Type: BlueCieloECM.InnoCielo.Meridian.ServerSortKind
The sort order of folders in the result collection.

Return Value

Type: BCReadOnlyCollectionBCFolder
The collection of folders matching the given query.
See Also