BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > IsUniqueValue(String, String, Object)
IsUniqueValue Method (vaultidentifier, propertyname, value)
Check if the specified value is unique for the specified property
Declaration Syntax
C#Visual BasicVisual C++
public bool IsUniqueValue(
	string vaultidentifier,
	string propertyname,
	Object value
)
Public Function IsUniqueValue ( _
	vaultidentifier As String, _
	propertyname As String, _
	value As Object _
) As Boolean
public:
bool IsUniqueValue(
	String^ vaultidentifier, 
	String^ propertyname, 
	Object^ value
)
Parameters
vaultidentifier (String)
The vault.
propertyname (String)
Property name.
value (Object)
Property value to check.
Return Value
A value indicating whether there are no other documents with the specified property value.
Remarks
Not documented in the PDF

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