#import <LibraryFolder.h>
Represents a folder in Constant Contact
| + (LibraryFolder *) folderWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
| - (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create an folder object from an dictionary
- Parameters
-
| NSDictionary | *dictionary - dictionary with propertyes to set |
- Returns
- Activity
| - (NSDictionary *) proxyForJSON |
|
|
|
Create jsonDict used for a POST/PUT request, also handles removing attributes that will cause errors if sent
- Returns
- NSMutableDictionary - dictionary that can be used to create json, or can be added in another json string
| - (NSMutableArray*) children |
|
readwritenonatomicstrong |
| - (NSString*) createdDate |
|
readwritenonatomicstrong |
| - (NSString*) modifiedDate |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/MyLibraryFolders/LibraryFolder.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/MyLibraryFolders/LibraryFolder.m