ItemFileAssoc Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A link between an Item and an assigned File.
Syntax
public class ItemFileAssoc Public Class ItemFileAssoc Properties
| Name | Description |
|---|---|
| CldFileId | The ID of the child File. |
| CldFileVerNum | The File version number. |
| Cloaked | If true, the file is cloaked from the current user, and FileName will be empty. If false, the user has permission to view the file, and FileName will be filled in. |
| FileName | The name of the File. |
| ParItemId | The ID of the parent Item. |
| Typ | The type of link. |
Returned By
Where you get a ItemFileAssoc — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ItemFileAssoc