Version 1.9 - Updated on 05/04/2017
Superclass: PCResourceAPIParams
Declared In: PCCreateFolderAPIParams.h
PCCreateFolderAPIParams
stores parameters required to create a folder.
name
@property (nonatomic,
copy) NSString *name;
overrideRule
@property (nonatomic,
copy) NSString *overrideRule;
Discussion
Specifies what happens if a folder of the same name exists at the target path:
overwrite
, to overwrite the existing folder.modify
, to treat the new folder as a modification of the old folder.If the override
parameter is not set, the following algorithm is applied:
deleted
attribute set to true
, the folder is overwritten.deleted
attribute is false
or not set, the folder is modified.path
@property (nonatomic,
copy) NSString *path;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.