BCFolder.HasChildWithDisplayName 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)
Syntaxpublic bool HasChildWithDisplayName(
string displayName
)
Public Function HasChildWithDisplayName (
displayName As String
) As Boolean
Parameters
- displayName
- Type: System.String
The display name of an object.
Return Value
Type:
Booleantrue if the folder contains an object with the specified display name;
otherwise -
false.
See Also