SegmentListConfiguration.ContainsSegmentConfiguration Method (String) |
Checks to see if a segment configuration with the
segmentName exists in this configuration.
This will search recursively through all
SegmentListConfigurations that are stored in this configuration.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic bool ContainsSegmentConfiguration(
string segmentName
)
Public Function ContainsSegmentConfiguration (
segmentName As String
) As Boolean
public:
bool ContainsSegmentConfiguration(
String^ segmentName
)
member ContainsSegmentConfiguration :
segmentName : string -> bool
Parameters
- segmentName
- Type: System.String
The name of the SegmentDefinition to check for.
Return Value
Type:
Booleantrue if the
SegmentDefinition with the
segmentName has a configuration stored in this configuration; otherwise
false.
See Also