Items Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadAttachments..::..Items Property |
| UploadAttachments Class See Also Send Feedback |
Get the uploaded files list.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public AttachmentItemCollection Items { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Items As AttachmentItemCollection Get |
| Visual C++ |
|---|
public: property AttachmentItemCollection^ Items { AttachmentItemCollection^ get (); } |