| BCRepositoryGetDistinctValues Method (BCPropertyDef) |
Returns distinct values of all documents in the vault for a given property.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic Array GetDistinctValues(
BCPropertyDef propertyDef
)
Public Function GetDistinctValues (
propertyDef As BCPropertyDef
) As Array
public:
Array^ GetDistinctValues(
BCPropertyDef^ propertyDef
)
member GetDistinctValues :
propertyDef : BCPropertyDef -> 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