Click or drag to resize

BCRepository.ExecuteFolderQuery Method

Overload List
  NameDescription
Public methodExecuteFolderQuery(BCFolderSearchQuery)
Returns a collection of folders matching the given query.
Public methodExecuteFolderQuery(BCFolderSearchQuery, BCCollectionBase<BCPropertyDef>)
Returns a collection of folders matching the given query.
Public methodExecuteFolderQuery(BCFolderSearchQuery, IEnumerable<String>)
Returns a collection of folders matching the given query.
Public methodExecuteFolderQuery(BCFolderSearchQuery, BCCollectionBase<BCPropertyDef>, SortKind)
Returns a collection of folders matching the given query.
Public methodExecuteFolderQuery(BCFolderSearchQuery, IEnumerable<String>, PropertyDefFlags)
Returns a collection of folders matching the given query.
Public methodExecuteFolderQuery(BCFolderSearchQuery, IEnumerable<String>, PropertyDefFlags, SortKind)
Returns a collection of folders matching the given query.
Top
See Also