Table of Contents

Class IssueAttachment

Namespace
InSite.Domain.Issues
Assembly
Shift.Sdk.dll

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

Guid

Path

Path of the attachment.

public Guid Path { get; set; }

Property Value

Guid

Posted

Posted time of the attachment.

public DateTimeOffset Posted { get; set; }

Property Value

DateTimeOffset

Poster

Identifier of an attachment poster.

public Guid Poster { get; set; }

Property Value

Guid

Type

Extension of the attachment.

public string Type { get; set; }

Property Value

string