Click or drag to resize
INestedContainerManagerExists Method
Checks nested container's name

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool Exists(
	string childName
)

Parameters

childName
Type: SystemString

Return Value

Type: Boolean
true if exists otherwise false
See Also