#import <JiveFile.h>
Inherits JiveStructuredOutcomeContent.
Properties | |
| NSArray * | authors |
| List of people who are authors on this content. Authors are allowed to edit the content. This value is used only when authorship is limited. Person[]. | |
| NSString * | authorship |
| The authorship policy for this content. | |
| NSURL * | binaryURL |
| URL to retrieve the binary content of this file. | |
| NSArray * | categories |
| Categories associated with this object. Places define the list of possible categories. Strings. | |
| NSString * | contentType |
| The MIME type of this file. | |
| NSString * | name |
| The filename of this file. | |
| NSNumber * | restrictComments |
| Flag indicating that old comments will be visible but new comments are not allowed. If not restricted then anyone with appropriate permissions can comment on the content. | |
| NSNumber * | size |
| The size (in bytes) of this file. | |
| NSArray * | users |
| The list of users that can see the content. On create or update, provide a list of Person URIs or Person entities. On get, returns a list of Person entities. This value is used only when visibility is people. String[] or Person[]. | |
| NSString * | visibility |
| The visibility policy for this discussion. Valid values are: | |