BCSDocumentIsUniqueValue Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public bool IsUniqueValue(
string propertyDefFullName,
Object value
)
Public Function IsUniqueValue (
propertyDefFullName As String,
value As Object
) As Boolean
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