Connection IsUniqueValue Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Check if the specified value is unique for the specified property

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public bool IsUniqueValue(
	string vaultidentifier,
	string propertyname,
	Object value
)

Return Value

A value indicating whether there are no other documents with the specified property value.
Remarks

Not documented in the PDF
See Also