Version 1.9 - Updated on 05/04/2017
Declared In: PCMetaDataAPIParams.h
Superclass: PCResourceAPIParams
Declared In: PCMetaDataAPIParams.h
PCMetaDataAPIParams
is a PCResourceAPIParams
which stores additional parameters required to retrieve metadata of any resource.
count
@property (nonatomic,
assign) int count;
filter
@property (nonatomic,
assign) NSString *filter;
file
or folder
, to include only those types of items in the response.includeDeleted
@property (nonatomic,
assign) BOOL includeDeleted;
true
, response includes deleted files and folders. Default is false
.page
@property (nonatomic,
assign) int page;
path
@property (nonatomic,
copy) NSString *path;
sort
@property (nonatomic,
copy) NSString *sort;
start
@property (nonatomic,
assign) int start;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.