Get the uploaded files list.

Namespace: CuteEditor
Assembly: 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 ();
}

See Also