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.49.0)
Syntaxpublic bool IsUniqueValue(
string propertyDefFullName,
Object value
)
Public Function IsUniqueValue (
propertyDefFullName As String,
value As Object
) As Boolean
public:
bool IsUniqueValue(
String^ propertyDefFullName,
Object^ value
)
member IsUniqueValue :
propertyDefFullName : string *
value : Object -> bool
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