Returns document property values for the given navigation view. Values are sorted ascending on the DisplayName property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCTableView GetNavigationItems(
	BCNavigationView navigationView,
	Object[] navigationPath,
	BCCollectionBase<BCPropertyDef> propertyDefs
)
Visual Basic
Public Function GetNavigationItems ( _
	navigationView As BCNavigationView, _
	navigationPath As Object(), _
	propertyDefs As BCCollectionBase(Of BCPropertyDef) _
) As BCTableView
Visual C++
public:
BCTableView^ GetNavigationItems(
	BCNavigationView^ navigationView, 
	array<Object^>^ navigationPath, 
	BCCollectionBase<BCPropertyDef^>^ propertyDefs
)

Parameters

navigationView
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCNavigationView
The navigation view that contains documents to return.
navigationPath
Type: array<System..::..Object>[]()[][]
The navigation path to documents.
propertyDefs
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCCollectionBase<(Of <(<'BCPropertyDef>)>)>
The collection of property definitions that describe the set of properties that is returned.

Return Value

Document property values for the given navigation view.

See Also