Redmine Client Library
Attachments Property
NamespacesNohal.RedmineIssueAttachments
Redmine Client Library

[This is preliminary documentation and is subject to change.]

Gets or sets the file attachments (Path => Description)
Declaration Syntax
C#Visual BasicVisual C++
public NameValueCollection Attachments { get; set; }
Public Property Attachments As NameValueCollection
public:
property NameValueCollection^ Attachments {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}

Assembly: Nohal.Redmine (Module: Nohal.Redmine) Version: 0.3.3442.16736 (0.3.0.0)