RepositoriesConfig IsElementName Method KerbalData - KSP Data Unlocked!
Indicates whether the specified OnlineConfigurationElement exists in the OnlineConfigurationElementCollection.

Namespace: KerbalData.Configuration
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected override bool IsElementName(
	string elementName
)

Parameters

elementName
Type: OnlineSystem String
The name of the element to verify.

Return Value

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