Click or drag to resize

BCRepositoryGetNavigationItems Method (BCNavigationView, Object, BCCollectionBaseBCPropertyDef, SortKind)

Returns document property values for the given navigation view.

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 BCTableView GetNavigationItems(
	BCNavigationView navigationView,
	Object[] navigationPath,
	BCCollectionBase<BCPropertyDef> propertyDefs,
	SortKind sortOn
)

Parameters

navigationView
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCNavigationView
The navigation view that contains documents to return.
navigationPath
Type: SystemObject
The navigation path to documents.
propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCCollectionBaseBCPropertyDef
The collection of property definitions that describe the set of properties that is returned.
sortOn
Type: BlueCieloECM.InnoCielo.Meridian.ServerSortKind
The sort order of values in the result.

Return Value

Type: BCTableView
Document property values for the given navigation view.
See Also