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.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetUniqueValues(
	string vaultidentifier,
	string SelectCustomPropertyName,
	string Wildcard,
	Object documenttypenames,
	Object properties,
	Object criterias,
	Object values
)
Public Function GetUniqueValues ( _
	vaultidentifier As String, _
	SelectCustomPropertyName As String, _
	Wildcard As String, _
	documenttypenames As Object, _
	properties As Object, _
	criterias As Object, _
	values As Object _
) As Object
public:
Object^ GetUniqueValues(
	String^ vaultidentifier, 
	String^ SelectCustomPropertyName, 
	String^ Wildcard, 
	Object^ documenttypenames, 
	Object^ properties, 
	Object^ criterias, 
	Object^ values
)
Parameters
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.
Return Value
Array of unique non-empty values of the requested property.
Remarks
The arrays of properties, criteria and values can either be all left unspecified, or they all should be arrays of the same length.

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)