Link Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities
A link is an object that points to another IEntity. A link typically lives in a Folder, but other objects could also be link hosts.
Syntax
public class Link Public Class Link Constructors
| Name | Description |
|---|---|
| Link |
Properties
| Name | Description |
|---|---|
| LinkId | Gets the unique identifier for this link object |
| LinkNumber | Gets the link number for this link object |
| Parent | Gets or sets the entity that owns the link. |
| TargetEntityClassId | Gets the entity class id for the entity that this link points to. |
| TargetId | Gets the iteration id for the entity that this link points to. |
Returned By
Where you get a Link — members that return one.
- ChangeOrder.LinkInfo
- CustomObject.LinkInfo
- FileIteration.LinkInfo
- Folder.LinkInfo
- IEntity.LinkInfo
- IEntityOperationProvider.ConvertLinksToEntities
- ItemRevision.LinkInfo
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.Link