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: 7.2.0.0 (7.2.7583.15464)
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