FileAssocParam Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about a file association.
Syntax
public class FileAssocParam Public Class FileAssocParam Properties
| Name | Description |
|---|---|
| CldFileId | The ID of the child file. |
| ExpectedVaultPath | The Vault path where you expect the child to be. |
| RefId | The identifier for the reference within the file. This value needs to be understood by the resolver when updating file references. Pass in null if the file type has no resolver or you don't know that the resolver expects. |
| Source | Metadata indicating which application 'owns' the association. It is recommended to pass in null or the value from the previous version. |
| Typ | Tells the associaiton type. |
Returned By
Where you get a FileAssocParam — members that return one.
- AddFileCommandEventArgs.Associations
- CheckinFileCommandEventArgs.Associations
- FileAssocParamArray.FileAssocs
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.FileAssocParam