iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveImage Class Reference

#import <JiveImage.h>

Inheritance diagram for JiveImage:
JiveTypedObject

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.
 

Detailed Description