Share

IRuleArguments.VaultCheckIn Property

Arguments for the Before Vault Check-in event. This can be used to get information about the check-in, and optionally to cancel it.

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

Syntax

VB

ReadOnly Property VaultCheckIn As IVaultCheckinArguments
	Get

C#

IVaultCheckinArguments VaultCheckIn { get; }

Return Value

Type: IVaultCheckinArguments

See Also

Reference

Was this information helpful?