Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → URLAttachment
The URLAttachment type holds information about a URL attached to a primary or auxiliary item. The URLAttachment type parameters are listed below.
Name | Type | Description |
---|---|---|
id | integer | This is the internal TS_ID of the URL attachment from the TS_ATTACHMENTS table. |
name | string | The name you give the URL attachment in SBM. |
url | string | The actual URL itself. |
showAsImage | boolean | This flag indicates whether or not graphic images in a URL are shown on forms. |
modificationDateTime | dateTime | The date and time when the URL attachment was last modified. See Supported Date/Time Formats for more information. |
accessType | Attachment-Access-Type | Shows the access type for the URL attachment. The value is either DEFAULT, RESTRICTED, or UNRESTRICTED. |
extendedData | ExtendedData | Placeholder for future arguments. |
The following XML snippet shows the URLAttachment type in the <urn:urlAttachment> parameter of TTItem.
<urn:urlAttachment>
<urn:id>38</urn:id>
<urn:name>test url</urn:name>
<urn:url>http://www.acme.com/image.gif</urn:url>
<urn:showAsImage>true</urn:showAsImage>
<urn:modificationDateTime>2007-06-20T15:35:38-07:00
→</urn:modificationDateTime>
<urn:accessType>ATTACHACCESS-DEFAULT</urn:accessType>
<urn:extendedData>
<urn:data>
<urn:name></urn:name>
<urn:value></urn:value>
</urn:data>
</urn:extendedData>
</urn:urlAttachment>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.