You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Content Class > Content Methods > GetAllComments
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Content.GetAllComments Method

Loads all of the comments. 

This method can be accessed through the Content.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Content.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllComments", Description = "Gets all comments")]
public CommentData[] GetAllComments(long KeyID, long CommentID, long RefID, string RefType, long UserID, string OrderBy);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllComments", Description = "Gets all comments")>
Public Function GetAllComments(KeyID As long, CommentID As long, RefID As long, RefType As string, UserID As long, OrderBy As string) As CommentData()
Parameters 
Description 
KeyID 
The numeric key ID. 
CommentID 
The comment's numeric ID. 
RefID 
Reference ID, (content or forms). 
RefType 
Reference type, C = content or T = Task 
UserID 
The user's numeric ID. 
OrderBy 
The order of the comments. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!