DCContentInfo Class Reference
| Inherits from | NSObject |
| Conforms to | DCDTO |
| Declared in | DCContentInfo.h |
Tasks
-
guidproperty -
nameproperty -
fileTypeproperty -
exifCameraDateproperty -
modifiedDateproperty -
uploadedDateproperty -
fileDataSizeproperty -
resizableproperty
Properties
exifCameraDate
Photo taking day extracted from EXIF.
@property (nonatomic, readonly) NSDate *exifCameraDateDeclared In
DCContentInfo.hfileDataSize
File size of this content.
@property (nonatomic, readonly) long long fileDataSizeDeclared In
DCContentInfo.hfileType
File type of this content.
@property (nonatomic, readonly) DCFileType fileTypeDiscussion
Details of DCFileType are described at [DCPhotoColle getContentIDListWithFileType:forDustbox:dateFilter:maxResults:start:sortType:error:]
Declared In
DCContentInfo.hguid
Guid of this content.
@property (nonatomic, readonly) DCContentGUID *guidDeclared In
DCContentInfo.hmodifiedDate
Modified date time.
@property (nonatomic, readonly) NSDate *modifiedDateDeclared In
DCContentInfo.hname
Name of this content.
@property (nonatomic, readonly) NSString *nameDeclared In
DCContentInfo.h