FileAssocLite Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An association between two files. The files are represented by IDs instead of full File objects.
Syntax
public class FileAssocLite Public Class FileAssocLite Properties
| Name | Description |
|---|---|
| CldFileId | The ID of the child file. |
| CorrectRev | If false, the associated file is not in the expected revision. Only applies to 'get latest' calls. |
| ExpectedVaultPath | The Vault path where the parent file expects the child to be. |
| Id | A unique identifier for the dependency. Set to -1 if creating a new dependency. |
| ParFileId | The ID of the parent file. |
| RefId | The identifier for the reference within the file. This value needs to be understood by the resolver when updating file references. If this value is null, it is not possible to fix broken references. |
| Source | Metadata regarding the source of the link (ex. "Inventor" or "AutoCAD"). |
| Typ | The type of association. |
| VaultPathChanged | True means that the reference may be broken and should be fixed when the file is downloaded. False means that the file reference should not be broken. |
Returned By
Where you get a FileAssocLite — members that return one.
- AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs.FileAssociations
- AcquireFilesSettings.AcquireFileExtensibilityOptions.PreAcquireEventArgs.FileIdToAssociationsLookup
- AcquireFilesSettings.AcquireFileExtensibilityOptions.PreFileAcquireEventArgs.FileAssociations
- DocumentService.GetFileAssociationLitesByIds
- IFileManager.GetFileAssociationLites
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.FileAssocLite