BCSDocument IsUniqueValue Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Determines whether there are no other documents with the specified property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public bool IsUniqueValue(
	string propertyDefFullName,
	Object value
)

Parameters

propertyDefFullName
Type: OnlineSystem String
The property definition FullName property value that describes the property to check.
value
Type: OnlineSystem Object
The value of the property to check.

Return Value

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