BCFolderHasChildWithDisplayName Method |
Returns a value indicating whether the folder contains an
object with the specified display name.
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 HasChildWithDisplayName(
string displayName
)
Public Function HasChildWithDisplayName (
displayName As String
) As Boolean
Parameters
- displayName
- Type: SystemString
The display name of an object.
Return Value
Type:
Boolean if the folder contains an object with the specified display name;
otherwise -
.
See Also