Initializes a new instance of the AttachmentItem class

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected internal AttachmentItem(
	UploadAttachments parent
)
Visual Basic
Protected Friend Sub New ( _
	parent As UploadAttachments _
)
Visual C++
protected public:
AttachmentItem(
	UploadAttachments^ parent
)

Parameters

parent
Type: CuteEditor..::..UploadAttachments

See Also