QCloudSMHRecentlyFileInfo Class Reference

Inherits from QCloudSMHBaseContentInfo : NSObject
Declared in QCloudSMHRecentlyFileListInfo.h
QCloudSMHRecentlyFileListInfo.m

  name

目录或相簿名或文件名

@property (nonatomic, strong) NSString *name

Declared In

QCloudSMHRecentlyFileListInfo.h

  contentType

媒体类型

@property (nonatomic, strong) NSString *contentType

Declared In

QCloudSMHRecentlyFileListInfo.h

  size

文件大小

@property (nonatomic, strong) NSString *size

Declared In

QCloudSMHRecentlyFileListInfo.h

  type

条目类型 QCloudSMHContentInfoTypeDir: 目录或相簿; QCloudSMHContentInfoTypeFile: 文件,仅用于文件类型媒体库; QCloudSMHContentInfoTypeImage: 图片,仅用于媒体类型媒体库; QCloudSMHContentInfoTypeVideo: 视频,仅用于媒体类型媒体库;

@property (nonatomic, assign) QCloudSMHContentInfoType type

Declared In

QCloudSMHRecentlyFileListInfo.h

  modificationTime

日期字符串,修改时间;

@property (nonatomic, strong) NSString *modificationTime

Declared In

QCloudSMHRecentlyFileListInfo.h

  visible

是否可见

@property (nonatomic, assign) BOOL visible

Declared In

QCloudSMHRecentlyFileListInfo.h

  spaceOrgId

空间所属企业 ID;

@property (nonatomic, copy) NSString *spaceOrgId

Declared In

QCloudSMHRecentlyFileListInfo.h

  previewAsIcon

是否可用预览图做 icon,非必返;

@property (nonatomic, assign) BOOL previewAsIcon

Declared In

QCloudSMHRecentlyFileListInfo.h

  crc64

文件 CRC64ECMA 校验值

@property (nonatomic, strong) NSString *crc64

Declared In

QCloudSMHRecentlyFileListInfo.h

  previewByCI

是否可通过万象预览;

@property (nonatomic, assign) BOOL previewByCI

Declared In

QCloudSMHRecentlyFileListInfo.h

  previewByDoc

是否可通过 onlyoffice 预览;

@property (nonatomic, assign) BOOL previewByDoc

Declared In

QCloudSMHRecentlyFileListInfo.h

  visitTime

访问时间

@property (nonatomic, strong) NSString *visitTime

Declared In

QCloudSMHRecentlyFileListInfo.h