Click or drag to resize
BCRepositoryIsUniqueValue Method (String, Object)
Determines whether there are no other documents with the specified property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public bool IsUniqueValue(
	string propertyDefFullName,
	Object value
)

Parameters

propertyDefFullName
Type: SystemString
The property definition FullName property value that describes the property to check.
value
Type: SystemObject
The value of the property to check.

Return Value

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