Initializes a new instance of the AttachmentItem class
Namespace:
CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
protected internal AttachmentItem( UploadAttachments parent ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Sub New ( _ parent As UploadAttachments _ ) |
| Visual C++ |
|---|
protected public: AttachmentItem( UploadAttachments^ parent ) |
Parameters
- parent
- Type: CuteEditor..::.UploadAttachments