Arguments for the Before Vault Check-in event.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IVaultCheckinArguments
C#
public interface IVaultCheckinArguments
The IVaultCheckinArguments type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllFileNames |
In the overall check-in command, this is the list of all files being checked in.
|
![]() | Cancel |
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.
|
![]() | FullFileName |
The full filename of the current file to be checked in.
|
![]() | InProgress |
This will be true if there is a check-in in progress.
|
![]() | ReasonsForCancel |
One or more messages to describe why the check-in was canceled (optional).
|