BCRepositoryGetNavigationItems Method (BCNavigationView, Object, BCCollectionBaseBCPropertyDef) |
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: 4.0.0.0 (4.0.111.0)
Syntax public BCTableView GetNavigationItems(
BCNavigationView navigationView,
Object[] navigationPath,
BCCollectionBase<BCPropertyDef> propertyDefs
)
Public Function GetNavigationItems (
navigationView As BCNavigationView,
navigationPath As Object(),
propertyDefs As BCCollectionBase(Of BCPropertyDef)
) As BCTableView
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.
Return Value
Type:
BCTableView
Document property values for the given navigation view.
See Also