Autodesk Vault ProfessionalVault API

Parent Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesFileIteration

Gets or sets the parent folder for this FileIteration.

Syntax

public Folder Parent {get; set;}
Public Property Parent As Folder

Remarks

It is important to know that this CAN be null. A file doesn't always know it's parent. But if you know the parent it is convenient to store it with the file to prevent unnecessary server calls needed for other workflows.

See Also