ArcGIS Runtime SDK for iOS: AGSPortalItemComment Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPortalItemComment Class Reference

Description

A comment for a portal's item.

Instances of this class represent comments about an item in the portal.

Since
100
Inheritance diagram for AGSPortalItemComment:

Properties

NSString * comment
 
NSString * commentID
 
NSDate * created
 
NSString * owner
 

Property Documentation

◆ comment

- (NSString*) comment
readnonatomiccopy

The text of the comment.

Since
100

◆ commentID

- (NSString*) commentID
readnonatomiccopy

The Id of the comment.

Since
100

◆ created

- (NSDate*) created
readnonatomicstrong

The date of creation of the comment.

Since
100

◆ owner

- (NSString*) owner
readnonatomiccopy

The owner of the comment.

Since
100