Autodesk Vault ProfessionalVault API

AddDesignRepresentationFileAttachment Method

Autodesk.Connectivity.WebServicesDocumentService

Adds an attachment to a Design Representation file without increasing the version of the file.

Required Permissions

FileCheckIn

Syntax

public void AddDesignRepresentationFileAttachment(
   System.long fileId,
   FileAssocParam attachment
)
Public Sub AddDesignRepresentationFileAttachment( _
   ByVal fileId As System.Long, _
   ByVal attachment As FileAssocParam _
) 

Parameters

NameDescription
fileIdThe ID of the parent file.
attachmentThe attachment.

See Also