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.

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

versionComment

The version of the document.

@property (nonatomic, strong, readonly) NSString *versionComment

Discussion

The version of the document.

Declared In

AlfrescoDocument.h

versionLabel

The version of the document.

@property (nonatomic, strong, readonly) NSString *versionLabel

Discussion

The version of the document.

Declared In

AlfrescoDocument.h