Click or drag to resize

OrderStatusPrioritiesIsElementName Method

Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
protected override bool IsElementName(
	string elementName
)

Parameters

elementName
Type: SystemString
The name of the element to verify.

Return Value

Type: Boolean
if the element exists in the collection; otherwise, .
See Also