Show / Hide Table of Contents

Class SystemInfo.HomePathInfo

Information about the found home path

Inheritance
Object
SystemInfo.HomePathInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Utils
Assembly:FubarDev.WebDavServer.dll
Syntax
public class HomePathInfo

Properties

| Improve this Doc View Source

IsProbablyUnix

Gets or sets a value indicating whether the root path is probably a unix OS

Declaration
public bool IsProbablyUnix { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

RootPath

Gets or sets the root path for all users

Declaration
public string RootPath { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX