Click or drag to resize

BCRepository.GetNavigationItems Method (BCNavigationView,Object[], BCCollectionBase<BCPropertyDef>, 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.Server.BCNavigationView
The navigation view that contains documents to return.
navigationPath
Type:System.Object[]
The navigation path to documents.
propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCCollectionBase<BCPropertyDef>
The collection of property definitions that describe the set of properties that is returned.
sortOn
Type: BlueCieloECM.InnoCielo.Meridian.Server.SortKind
The sort order of values in the result.

Return Value

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