Inherits from NSObject
Conforms to DCDTO
Declared in DCContentInfo.h

Overview

Content information.

Tasks

Properties

exifCameraDate

Photo taking day extracted from EXIF.

@property (nonatomic, readonly) NSDate *exifCameraDate

Declared In

DCContentInfo.h

fileDataSize

File size of this content.

@property (nonatomic, readonly) long long fileDataSize

Declared In

DCContentInfo.h

fileType

File type of this content.

@property (nonatomic, readonly) DCFileType fileType

Declared In

DCContentInfo.h

guid

Guid of this content.

@property (nonatomic, readonly) DCContentGUID *guid

Declared In

DCContentInfo.h

modifiedDate

Modified date time.

@property (nonatomic, readonly) NSDate *modifiedDate

Declared In

DCContentInfo.h

name

Name of this content.

@property (nonatomic, readonly) NSString *name

Declared In

DCContentInfo.h

resizable

Resizable flag to determine resizing content is allowed or not.

@property (nonatomic, readonly) BOOL resizable

Declared In

DCContentInfo.h

uploadedDate

Uploaded date time.

@property (nonatomic, readonly) NSDate *uploadedDate

Declared In

DCContentInfo.h