Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.6 - Updated on 11/17/2016
Superclass: PCResourceAPIParams Declared In: PCCreateFolderAPIParams.h
PCResourceAPIParams
PCCreateFolderAPIParams.h
name
overrideRule
path
PCCreateFolderAPIParams stores parameters required to create a folder.
PCCreateFolderAPIParams
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *overrideRule;
Discussion Specifies what happens if a folder of the same name exists at the target path:
overwrite
modify
If the override parameter is not set, the following algorithm is applied:
override
deleted
true
false
@property (nonatomic, copy) NSString *path;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.