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