BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions |
You are here:
Namespaces > ICMeridianAPI > Connection > GetUniqueValues(String, String, String, Object, Object, Object, Object)
GetUniqueValues Method (vaultidentifier, SelectCustomPropertyName, Wildcard, documenttypenames, properties, criterias, values)
Collect a set of unique non-empty values for a given custom property on a given set of documents.

C# | Visual Basic | Visual C++ |
public Object GetUniqueValues( string vaultidentifier, string SelectCustomPropertyName, string Wildcard, Object documenttypenames, Object properties, Object criterias, Object values )

- vaultidentifier (String)
- The vault in which the search will be performed.
- SelectCustomPropertyName (String)
- Name of the custom property the request is for.
- Wildcard (String)
- Optional. Wildcard for document names, by delault all documents (*.*)
- documenttypenames (Object)
- Optional. Array of names of document types to restrict the search to. By default no restriction.
- properties (Object)
- Optional. Array of property names of criteria.
- criterias (Object)
- Optional. Array of criterion definitions.
- values (Object)
- Optional. Array of values for the criteria.

Array of unique non-empty values of the requested property.

The arrays of properties, criteria and values can either be all left unspecified, or
they all should be arrays of the same length.