BCRepositoryGetDistinctValues Method (BCPropertyDef) |
Returns distinct values of all documents in the vault for a given property.
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 Array GetDistinctValues(
BCPropertyDef propertyDef
)
Public Function GetDistinctValues (
propertyDef As BCPropertyDef
) As Array
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition that describes the values to return.
Return Value
Type:
ArrayAn array of distinct values of all documents in the vault.
See Also