Autodesk Vault ProfessionalVault API

Link Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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

NameDescription
Link

Properties

NameDescription
LinkIdGets the unique identifier for this link object
LinkNumberGets the link number for this link object
ParentGets or sets the entity that owns the link.
TargetEntityClassIdGets the entity class id for the entity that this link points to.
TargetIdGets the iteration id for the entity that this link points to.

Returned By

Where you get a Link — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.Link

See Also