CommentItemClone Method

Create a deep copy of the provided comment.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static CommentItem Clone(
	CommentItem comment
)

Parameters

comment  CommentItem
Reference to the comment to clone.

Return Value

CommentItem
Reference to the new clone of the caller's comment.

See Also