Click or drag to resize

PFFileLockDepht Property

Gets or sets the lock depth. 0 = ResourceOnly: The method is applied only to the resource. 1 = ResourceChildren: The method is applied to the resource and to its immediate children. 2 = Infinity: The method is applied to the resource and to all of its children.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public int LockDepht { get; set; }

Property Value

Type: Int32
See Also