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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Array GetDistinctValues(
	BCPropertyDef propertyDef
)
Visual Basic
Public Function GetDistinctValues ( _
	propertyDef As BCPropertyDef _
) As Array
Visual C++
public:
Array^ GetDistinctValues(
	BCPropertyDef^ propertyDef
)

Parameters

propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyDef
The property definition that describes the values to return.

Return Value

An array of distinct values of all documents in the vault.

See Also