RemoveDesignRepresentationFileAttachment Method
Remove an attachment to a Design Representation file without increasing the version of the file.
Required Permissions
FileCheckInSyntax
public void RemoveDesignRepresentationFileAttachment(
System.long fileId,
System.long attachFileId
)Public Sub RemoveDesignRepresentationFileAttachment( _
ByVal fileId As System.Long, _
ByVal attachFileId As System.Long _
) Parameters
| Name | Description |
|---|---|
| fileId | The ID of the parent file. |
| attachFileId | The ID of the attachment. |