Defines a Comment.
Declaration Syntax
public class Comment : DataModelObject, IFolderDataModelObject
Table 173: Members
|
Property | Author |
Gets or sets the Author. |
|
Property | Children |
Gets the list of children. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | InternalObject |
Gets the internal object. For advanced usage only. |
|
Property | Text |
Gets the Text. |
|
Method | Delete() |
Run the Delete action. |
|
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
|
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |