Class ForbiddenPathResult
- Namespace
 - RadioExt_Helper.models
 
- Assembly
 - RadioExt-Helper.dll
 
Represents the result of a forbidden path check.
  
  public class ForbiddenPathResult
  - Inheritance
 - 
      
      ForbiddenPathResult
 
- Inherited Members
 
Properties
IsForbidden
Indicates if the path is forbidden.
  
  public bool IsForbidden { get; set; }
  Property Value
Reason
The reason the path is considered forbidden. The description of this enum can be used for displaying in message boxes.
  
  public ForbiddenPathReason Reason { get; set; }