#import <JiveContentBody.h>
Inherits JiveObject.
Properties | |
| NSString * | text |
| The (typically HTML) text of the content object's body. | |
| NSString * | type |
| The MIME type of this content object's body (typically text/html). | |
| NSNumber * | editable |
| Flag indicating if content text is editable. | |
| BOOL | editableValue |
| Convenience method to get the value of the editable property. | |