Enterprise Profile Management Windows SDK
GetCommentById Method (commentId)
NamespacesHubOne.Epm.ApiEntityBaseGetCommentById(Guid)
retrieve a particular comment from the multivalued list by its unique identifier
Declaration Syntax
C#Visual BasicVisual C++
public Comment GetCommentById(
	Guid commentId
)
Public Function GetCommentById ( _
	commentId As Guid _
) As Comment
public:
Comment^ GetCommentById(
	Guid commentId
)
Parameters
commentId (Guid)
the uniqueidentifier of the comment to retrieve
Return Value
A Comment object

Assembly: HubOne.Epm.Api (Module: HubOne.Epm.Api) Version: 1.0.3503.23885 (1.0.0.0)