Click or drag to resize
FileCheckinAction Enumeration
Specifies which kind of action has triggered a FileCheckin event.

Namespace: PDTec.IceNet.Core.Model.File
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public enum FileCheckinAction
Members
  Member nameValueDescription
Write0 The event was triggered by a WriteContent call.
Connect1 The event was triggered by a ConnectContent call.
Append2 The event was triggered by an AppendContent call.
See Also