ThreadedCommentAuthorCollection

ThreadedCommentAuthorCollection class

Represents all persons who .

Constructors

NameDescription
ThreadedCommentAuthorCollection

Properties

NameTypeDescription
CurrentPersonThreadedCommentAuthorGets and sets the current user.
Countint
Item (int)ThreadedCommentAuthorGets the person who create threaded comments.
Item (java.lang.String)ThreadedCommentAuthorGets the person who create threaded comments.

Methods

NameDescription
indexOfGets the index of ThreadedCommentAuthor object
addAdds one thread comment person.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.

ThreadedCommentAuthorCollection()

ThreadedCommentAuthorCollection.CurrentPerson property

Gets and sets the current user.

Type: ThreadedCommentAuthor

ThreadedCommentAuthorCollection.Count property

Type: int

ThreadedCommentAuthorCollection.Item (int) property

Gets the person who create threaded comments.

Type: ThreadedCommentAuthor

ThreadedCommentAuthorCollection.Item (java.lang.String) property

Gets the person who create threaded comments.

Type: ThreadedCommentAuthor

indexOf(author) (1 of 2)

Gets the index of ThreadedCommentAuthor object

ParameterTypeDescription
authorThreadedCommentAuthorThe ThreadedCommentAuthor object

Returns: The index in the ThreadedCommentAuthor collection


indexOf(value) (2 of 2)

Reserved for internal use.

add(name, userId, providerId) (1 of 2)

Adds one thread comment person.

ParameterTypeDescription
nameStringThe name of the person.
userIdString
providerIdStringThe id of the provider

add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.