Version 1.9 - Updated on 05/04/2017
Superclass: PCResourceAPIParams
Declared In: PCGetTrashAPIParams.h
PCGetTrashAPIParams
stores parameters required to retrieve a list of files and folders that have been deleted from user’s Personal Cloud Storage account.
count
@property (nonatomic,
assign) int count;
deep
@property (nonatomic,
copy) NSString *deep;
filter
@property (nonatomic,
assign) NSString *filter;
file
, includes only files in the response.folder
, includes only folders in the response.page
@property (nonatomic,
assign) int page;
sort
@property (nonatomic,
copy) NSString *sort;
sort={field}+(asc|desc)
.start
@property (nonatomic,
assign) int start;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.