Click or drag to resize
ConnectionIsUniqueValue Method
Check if the specified value is unique for the specified property

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public bool IsUniqueValue(
	string vaultidentifier,
	string propertyname,
	Object value
)

Parameters

vaultidentifier
Type: SystemString
The vault.
propertyname
Type: SystemString
Property name.
value
Type: SystemObject
Property value to check.

Return Value

Type: Boolean
A value indicating whether there are no other documents with the specified property value.
Remarks
Not documented in the PDF
See Also