AGSPortalFolder Class Reference


Description

A user's content in a portal can be organized into folders.

Since:
2.2
Inheritance diagram for AGSPortalFolder:
<AGSCoding>

List of all members.

Public Member Functions

(void) - decodeWithJSON:
(NSDictionary *) - encodeToJSON
(id) - initWithJSON:

Properties

NSDate * created
NSString * folderId
NSString * title

Member Function Documentation

- (void) decodeWithJSON: (NSDictionary *)  json   [optional, inherited]

Decode object from JSON representation.

Parameters:
json The JSON representation of the object to be decoded.
Since:
1.0
- (NSDictionary *) encodeToJSON   [optional, inherited]

Encode and return JSON representation for object.

Returns:
JSON representation of object.
Since:
1.0
- (id) initWithJSON: (NSDictionary *)  json   [optional, inherited]

Initialize and return object from JSON representation.

Parameters:
json The JSON representation of the object to be created.
Returns:
Object decoded from JSON representation.
Since:
1.0

Reimplemented in AGSWebMapFeatureCollection.


Property Documentation

- (NSDate*) created [read, retain]

The date of creation of the folder.

Since:
2.2
- (NSString*) folderId [read, retain]

The Id of the folder

Since:
2.2
- (NSString*) title [read, retain]

The title of the folder

Since:
2.2