LoadParentFolders Method
Ensures that all of the specified files have their Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.FileIteration.Parent attribute set.
Syntax
void LoadParentFolders(
System.Collections.Generic.IEnumerable<FileIteration> files
)Sub LoadParentFolders( _
ByVal files As System.Collections.Generic.IEnumerable(Of FileIteration) _
) Parameters
| Name | Description |
|---|---|
| files | The list of files to examine |
Remarks
The Parent Folder attribute is optional and it's not always set. This method will update several files in bulk, ensuring a minimal amount of server activity. If a File already has it's Parent Folder set, then the server will not be called for that File.