Click or drag to resize

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
)

Parameters

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

Return Value

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