BCRepositoryExecuteSimpleFolderQuery Method |
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> ExecuteSimpleFolderQuery(
BCFolderSearchQuery searchQuery,
IEnumerable<string> attributeNames,
int sortOn,
Object scope
)
Public Function ExecuteSimpleFolderQuery (
searchQuery As BCFolderSearchQuery,
attributeNames As IEnumerable(Of String),
sortOn As Integer,
scope As Object
) As BCReadOnlyCollection(Of BCFolder)
Parameters
- searchQuery
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolderSearchQuery
The folder search query to be executed.
- attributeNames
- Type: System.Collections.GenericIEnumerableString
The collection of attribute names that describes
the set of property values that is returned.
- sortOn
- Type: SystemInt32
The sort order of folders in the result collection.
- scope
- Type: SystemObject
The scope of the search. Can be .
Return Value
Type:
BCReadOnlyCollectionBCFolder
The collection of folders matching the given query.
See Also