AlfrescoDocument Class Reference
Inherits from | AlfrescoNode : NSObject |
Declared in | AlfrescoDocument.h |
Overview
The AlfrescoDocument represents a document in an Alfresco repository.
Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Peter Schmidt (Alfresco)
Tasks
Properties.
-
contentMimeType
The mime type of the content stored in the document.
property -
contentLength
The length of the content stored in the document, in bytes.
property -
versionLabel
The version of the document.
property -
versionComment
The version of the document.
property -
isLatestVersion
Specifies whether this is the latest version.
property
Properties
contentLength
The length of the content stored in the document, in bytes.
@property (nonatomic, assign, readonly) unsigned long long contentLength
Discussion
The length of the content stored in the document, in bytes.
Declared In
AlfrescoDocument.h
contentMimeType
The mime type of the content stored in the document.
@property (nonatomic, strong, readonly) NSString *contentMimeType
Discussion
The mime type of the content stored in the document.
Declared In
AlfrescoDocument.h
isLatestVersion
Specifies whether this is the latest version.
@property (nonatomic, assign, readonly) BOOL isLatestVersion
Discussion
Specifies whether this is the latest version.
Declared In
AlfrescoDocument.h