Autodesk Vault ProfessionalVault API

RemoveDesignRepresentationFileAttachment Method

Autodesk.Connectivity.WebServicesDocumentService

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

Required Permissions

FileCheckIn

Syntax

public void RemoveDesignRepresentationFileAttachment(
   System.long fileId,
   System.long attachFileId
)
Public Sub RemoveDesignRepresentationFileAttachment( _
   ByVal fileId As System.Long, _
   ByVal attachFileId As System.Long _
) 

Parameters

NameDescription
fileIdThe ID of the parent file.
attachFileIdThe ID of the attachment.

See Also