Class IssueAttachment
An attachment is an uploaded file with metadata.
public class IssueAttachment
- Inheritance
-
IssueAttachment
- Inherited Members
- Extension Methods
Constructors
IssueAttachment()
public IssueAttachment()
Properties
Name
Name of the attachment.
public Guid Name { get; set; }
Property Value
Path
Path of the attachment.
public Guid Path { get; set; }
Property Value
Posted
Posted time of the attachment.
public DateTimeOffset Posted { get; set; }
Property Value
Poster
Identifier of an attachment poster.
public Guid Poster { get; set; }
Property Value
Type
Extension of the attachment.
public string Type { get; set; }