Collect a set of unique non-empty values for a given custom property on a given set of documents.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
public Object GetUniqueValues(
string vaultidentifier,
string SelectCustomPropertyName,
string Wildcard = "*.*",
Object documenttypenames = null,
Object properties = null,
Object criterias = null,
Object values = null
)
Public Function GetUniqueValues ( _
vaultidentifier As String, _
SelectCustomPropertyName As String, _
Optional Wildcard As String = "*.*", _
Optional documenttypenames As Object = Nothing, _
Optional properties As Object = Nothing, _
Optional criterias As Object = Nothing, _
Optional values As Object = Nothing _
) As Object
Public Function GetUniqueValues ( _
vaultidentifier As String, _
SelectCustomPropertyName As String, _
Optional Wildcard As String = "*.*", _
Optional documenttypenames As Object = Nothing, _
Optional properties As Object = Nothing, _
Optional criterias As Object = Nothing, _
Optional values As Object = Nothing _
) As Object
public:
Object^ GetUniqueValues(
String^ vaultidentifier,
String^ SelectCustomPropertyName,
String^ Wildcard = L"*.*",
Object^ documenttypenames = nullptr,
Object^ properties = nullptr,
Object^ criterias = nullptr,
Object^ values = nullptr
)
public:
Object^ GetUniqueValues(
String^ vaultidentifier,
String^ SelectCustomPropertyName,
String^ Wildcard = L"*.*",
Object^ documenttypenames = nullptr,
Object^ properties = nullptr,
Object^ criterias = nullptr,
Object^ values = nullptr
)
Parameters
- vaultidentifier
- Type:
System String
The vault in which the search will be performed.
- SelectCustomPropertyName
- Type:
System String
Name of the custom property the request is for.
- Wildcard (Optional)
- Type:
System String
Optional. Wildcard for document names, by delault all documents (*.*)
- documenttypenames (Optional)
- Type:
System Object
Optional. Array of names of document types to restrict the search to.
By default no restriction.
- properties (Optional)
- Type:
System Object
Optional. Array of property names of criteria.
- criterias (Optional)
- Type:
System Object
Optional. Array of criterion definitions.
- values (Optional)
- Type:
System Object
Optional. Array of values for the criteria.
Return Value
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.