Click or drag to resize
Akka.NETConfigHasPath Method
Determine if a HOCON configuration element exists at the specified location

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public virtual bool HasPath(
	string path
)

Parameters

path
Type: SystemString
The location to check for a configuration value.

Return Value

Type: Boolean
true if a value was found, false otherwise.
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is thrown if the current node is undefined.
See Also