itemComments (property)

If present, this property should point to a URL location of a page for comments related to the current item.

Syntax

- (NSString*)itemComments:(int)itemIndex;
- (void)setItemComments:(int)itemIndex:(NSString*)newItemComments;
public func itemComments(itemIndex: Int32) throws -> String
public func setItemComments(itemIndex: Int32, newItemComments: String) throws -> Void

Default Value

""

Remarks

If present, this property should point to a URL location of a page for comments related to the current item.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]