Share

IVaultCheckinArguments.AllFileNames Property

In the overall check-in command, this is the list of all files being checked in.

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

Syntax

VB

ReadOnly Property AllFileNames As IReadOnlyCollection(Of String)
	Get

C#

IReadOnlyCollection<string> AllFileNames { get; }

Property Value

Type: IReadOnlyCollection(String)

See Also

Reference

Was this information helpful?