BCRepositoryIsUniqueValueForFolders Method (String, Object, BCFolder) |
Determines whether there are no other folders 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.111.0)
Syntax public bool IsUniqueValueForFolders(
string propertyDefFullName,
Object value,
BCFolder folderToExclude
)
Public Function IsUniqueValueForFolders (
propertyDefFullName As String,
value As Object,
folderToExclude As BCFolder
) 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. - folderToExclude
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The folder which property values will be excluded from the inspection.
Return Value
Type:
Boolean
A value indicating whether there are no other folders
with the specified property value.
See Also