ParentComment

Comment.ParentComment property

Gets or sets parent comment. Read/write IComment.

public IComment ParentComment { get; set; }

Exceptions

exceptioncondition
PptxEditExceptionThrown when setting the value leads to a circular reference

See Also