Share

IVaultCheckinArguments.Cancel Property

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.

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

Syntax

VB

Property Cancel As Boolean
	Get
	Set

C#

bool Cancel { get; set; }

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?