ThreadedCommentAuthor
ThreadedCommentAuthor class
Represents the person who creates the threaded comments;
class ThreadedCommentAuthor;
Properties
Property | Type | Description |
---|---|---|
name | string | Gets and sets the name. |
userId | string | Gets and sets the id of the user. |
providerId | string | Gets the id of the provider. |
name
Gets and sets the name.
name : string;
userId
Gets and sets the id of the user.
userId : string;
providerId
Gets the id of the provider.
providerId : string;