CheckInFailureReason Enumeration

Specifies possible results of a check-in operation corresponding to an individual item.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum CheckInFailureReason
Members
  Member nameValueDescription
None-1 The operation was successful.
UnknownFailure0 The operation failed for an unknown reason.
Aborted1 No attempt was made to check in the item due to other failures.
NotFound2 The item could not be checked in because it does not exist.
AccessDenied3 The item could not be checked in because the caller does not have the necessary privileges.
MissingParent4 The item could not be checked in because it is a subentry and the associated primary entry is not being checked in at the same time.
NotCheckedOutToCaller5 The item could not be checked in because it is not checked out to the caller.
Recycled6 The item could not be checked in because it is recycled.
Protected7 The item could not be checked in because it is an integral part of the application and is protected from modifications.
See Also