Kentico 9.0 API Reference
Kentico 9.0 API Reference
Namespaces
CMS.DocumentEngine
Attachment Class
Attachment Constructor
Attachment Properties
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#
Copy
public
Attachment
(
BaseInfo
attachment
)
Parameters
attachment
Type:
CMS.DataEngine
BaseInfo
The attachment or attachment version.
Exceptions
Exception
Condition
ArgumentNullException
attachment
is null.
ArgumentException
attachment
is not an attachment or attachment version.
See Also
Reference
Attachment Class
CMS.DocumentEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com