You are here

SkyVaultContentFile

SkyVaultContentFile

This section describes the SkyVaultContentFile class.

The SkyVaultContentFile class encapsulates information for a file that contains content.

Class declaration

@interface SkyVaultContentFile : NSObject

Properties

Property Description
@property (nonatomic, strong, readonly) NSURL *fileUrl Returns the URL of the file representing the content.
@property (nonatomic, assign, readonly) unsigned long long length Returns the length of the content in bytes.
@property (nonatomic, strong, readonly) NSString *mimeType Returns the mime type of the content.