Click or drag to resize

BCRepositoryGetDistinctValues2 Method

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 GetDistinctValues2(
	BCPropertyDef propertyDef,
	bool useEffectivity = true
)

Parameters

propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition that describes the values to return.
useEffectivity (Optional)
Type: SystemBoolean
If the value is false, distinct values in history are also included. If useEffectivity is true the GetDistinctValues2 works as GetDistinctValues.

Return Value

Type: Array
An array of distinct values of all documents in the vault.
See Also