Annotation::Replies property¶
Contains the list of replies to the annotation.
List<Hyland.DocumentFilters.Annotations.Note> Replies { get; set; }
AnnotationNoteList getReplies() throws IGRException;
void setReplies(AnnotationNoteList value) throws IGRException;
@property
def Replies(self) -> AnnotationNoteList:
@property.setter
def Replies(self, value: AnnotationNoteList)
std::vector<AnnotationNote> getReplies() const;
void setReplies(std::vector<AnnotationNote> value);
[propget] HRESULT Replies([out, retval] AnnotationNoteList* *result);
[propput] HRESULT Replies([in] AnnotationNoteList* value);