Click or drag to resize

SegmentListConfigurationContainsSegmentConfiguration 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.1.418.0 (24.1.418.0)
Syntax
public bool ContainsSegmentConfiguration(
	string segmentName
)

Parameters

segmentName
Type: SystemString
The name of the SegmentDefinition to check for.

Return Value

Type: Boolean
if the SegmentDefinition with the segmentName has a configuration stored in this configuration; otherwise .
See Also