Returns document property values for the given navigation view.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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, SortKind sortOn ) |
Visual Basic |
---|
Public Function GetNavigationItems ( _ navigationView As BCNavigationView, _ navigationPath As Object(), _ propertyDefs As BCCollectionBase(Of BCPropertyDef), _ sortOn As SortKind _ ) As BCTableView |
Visual C++ |
---|
public: BCTableView^ GetNavigationItems( BCNavigationView^ navigationView, array<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: 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.
- sortOn
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..SortKind
The sort order of values in the result.