Show / Hide Table of Contents

Class activelock

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

Properties

| Improve this Doc View Source

depth

Declaration
public activelockDepth depth { get; set; }
Property Value
Type Description
activelockDepth
| Improve this Doc View Source

lockroot

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

lockscope

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

locktoken

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

locktype

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

owner

Declaration
public XElement owner { get; set; }
Property Value
Type Description
XElement
| Improve this Doc View Source

timeout

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