#import <JiveAttachment.h>
Inherits JiveObject.
Properties | |
| NSString * | contentType |
| The content type of this attachment. | |
| NSNumber * | doUpload |
| An indicator of whether an attachment is new and should be uploaded. | |
| NSString * | jiveId |
| Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs. | |
| NSString * | name |
| Filename of this attachment. | |
| NSDictionary * | resources |
| Resource links (and related permissions for the requesting person) relevant to this object. | |
| NSNumber * | size |
| The size (in bytes) of this attachment. | |
| NSURL * | url |
| The URL to retrieve the binary content of this attachment. | |