SkyVaultDocument
This section describes the SkyVaultDocument class.
The SkyVaultDocument class encapsulates information for a document.
Class declaration
@interface SkyVaultDocument : SkyVaultNode
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) NSString *contentMimeType | Returns the content stream MIME type or nil if the document has no content. |
@property (nonatomic, assign, readonly) unsigned long long contentLength | Returns the length of the content stream in bytes or -1 if the document has no content. |
@property (nonatomic, strong, readonly) NSString *versionLabel | Returns the version label of this document. |
@property (nonatomic, strong, readonly) NSString *versionComment | Returns the comment provided for this version of this document. |
@property (nonatomic, assign, readonly) BOOL isLatestVersion | Returns true if this document is the latest version. |