Click or drag to resize

BCRepository.GetDistinctValues Method (BCPropertyDef, Int32)

Note: This API is now obsolete.

Returns a given maximum number of 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
[ObsoleteAttribute("This method is deprecated. Use the "GetDistinctValues" method with a single parameter.", 
	true)]
public Array GetDistinctValues(
	BCPropertyDef propertyDef,
	int maxValues
)

Parameters

propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCPropertyDef
The property definition that describes the values to return.
maxValues
Type: System.Int32
Unused parameter.

Return Value

Type: Array
An array of distinct values of all documents in the vault.
Remarks
This method is deprecated (the maxValues is not taken into account by the EDM server). Use the GetDistinctValues(BCPropertyDef) method instead.
See Also