BCFolderHasChildWithDisplayName Method |
Returns a value indicating whether the folder contains an
object with the specified display name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool HasChildWithDisplayName(
string displayName
)
Public Function HasChildWithDisplayName (
displayName As String
) As Boolean
public:
bool HasChildWithDisplayName(
String^ displayName
)
member HasChildWithDisplayName :
displayName : string -> bool
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