#import <JiveImage.h>
Properties | |
| NSString * | jiveId |
| Unique identifier of this image. | |
| NSNumber * | size |
| Length of image data. | |
| NSString * | contentType |
| Content type of this image. | |
| NSURL * | ref |
| URI that can be used to reference this image within content. | |
| NSString * | name |
| Filename of this image. | |
| NSNumber * | height |
| Height of the image (in pixels) | |
| NSArray * | tags |
| Tags associated with this object (Will be present only for object types that support tags) | |
| NSNumber * | width |
| Widthh of the image (in pixels) | |
Properties inherited from JiveTypedObject | |
| NSString * | type |
| The object type of this object. This field is required when creating new content. | |