Click or drag to resize

MonitorEndpointRootIsRelative Property

If true the root-path is expected to be relative to execution folder. If false the root-path is expected to be absolute

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool RootIsRelative { get; set; }

Property Value

Type: Boolean

Implements

IMonitorEndpointRootIsRelative
See Also