CSNoteComment
in package
Represents a CONTENTSERV Proof Reader Note Comment
Tags
Table of Contents
- getAuthorID() : int
- returns the AuthorID of the Comment
- getCreationDate() : int
- returns the creation date of the comment
- getRecord() : object
- returns the record of this api
- getStateID() : int
- returns the StateID of the note after the Comment was issued
- getText() : string
- returns the Text of the Comment
Methods
getAuthorID()
returns the AuthorID of the Comment
public
getAuthorID() : int
Tags
Return values
int —the ID of the Authors User
getCreationDate()
returns the creation date of the comment
public
getCreationDate() : int
Tags
Return values
int —the seconds since 1970 when the comment was issued
getRecord()
returns the record of this api
public
getRecord() : object
Tags
Return values
object —the record as NoteText-object
getStateID()
returns the StateID of the note after the Comment was issued
public
getStateID() : int
Tags
Return values
int —the workflow state ID
getText()
returns the Text of the Comment
public
getText() : string
Tags
Return values
string —the text that was written with this comment
