FileAssoc Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains a parent/child relationship between two files.
Syntax
public class FileAssoc Public Class FileAssoc Properties
| Name | Description |
|---|---|
| CldFile | 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 file expects the child to be. |
| Id | A unique identifier describing the dependency. Set to -1 if creating a new dependency. |
| ParFile | 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 | Enum indicating 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 FileAssoc — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.FileAssoc