PwsProjectIssueAttachmentDetail

Overview

This structure contains the complete set of information about a project issue attachment. The structure is primarily used to retrieve project issue attachments.

Format

PwsProjectIssueAttachmentDetail
  • PwsProjectIssueAttachmentDetail
    • DocumentRefId: Int32
    • DocumentRefUid: Int64

Elements

Element

Data Type

Required?

Description

Sample Data

DocumentRefId

Int32

No

 The project Id is a unique identifier for a project issue attachment. For internal use only.


DocumentRefUid

Int64

Yes

A unique and immutable identifier for a project issue attachment

1152921504607634501

Usage Example(s)


Example 01
					 <a:Attachments>
                        <a:PwsProjectIssueAttachmentDetail>
                           <DocumentRefId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                           <DocumentRefUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607634501</DocumentRefUid>
                        </a:PwsProjectIssueAttachmentDetail>
                     </a:Attachments>