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

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

Parameters

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