Returns a given maximum number of 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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This method is deprecated. Use the "GetDistinctValues" method with a single parameter.", true)] public Array GetDistinctValues( BCPropertyDef propertyDef, int maxValues ) |
Visual Basic |
---|
<ObsoleteAttribute("This method is deprecated. Use the "GetDistinctValues" method with a single parameter.", _ True)> _ Public Function GetDistinctValues ( _ propertyDef As BCPropertyDef, _ maxValues As Integer _ ) As Array |
Visual C++ |
---|
[ObsoleteAttribute(L"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
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.