Click or drag to resize
Attachment Constructor
Initializes a new instance of the Attachment class with the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public Attachment(
	IAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineIAttachment
The attachment or attachment version.
Exceptions
ExceptionCondition
ArgumentNullExceptionattachment is null.
ArgumentExceptionattachment is not an attachment or attachment version.
See Also