Share

IVaultCheckinArguments Interface

Arguments for the Before Vault Check-in event.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Public Interface IVaultCheckinArguments

C#

public interface IVaultCheckinArguments

The IVaultCheckinArguments type exposes the following members.

Properties

  NameDescription
Public propertyAllFileNames
In the overall check-in command, this is the list of all files being checked in.
Public propertyCancel
Set this to True to cancel the check-in operation. This works only if there is a check-in currently in process. This will cancel the current operation for all files.
Public propertyFullFileName
The full filename of the current file to be checked in.
Public propertyInProgress
This will be true if there is a check-in in progress.
Public propertyReasonsForCancel
One or more messages to describe why the check-in was canceled (optional).

See Also

Reference

Was this information helpful?