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

Gets a list of flag entries for a piece of content over a given time period. 

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

~/Workarea/webservices/WebServiceAPI/Community/Flag.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllFlagEntries", Description = "Gets all flagged entries")]
public ContentFlagData[] GetAllFlagEntries(long contentId, int maxResults, DateTime startDate, DateTime endDate, ref int totalFlags);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllFlagEntries", Description = "Gets all flagged entries")>
Public Function GetAllFlagEntries(contentId As long, maxResults As Integer, startDate As DateTime, endDate As DateTime, ByRef totalFlags As Integer) As ContentFlagData()
Parameters 
Description 
contentId 
ID of content item for which to retrieve flags. 
maxResults 
Max number of results to retrieve. 
startDate 
Date to begin retrieving flags. 
endDate 
Date to end retrieving flags. 
totalFlags 
Returns the total number of flags found. 

Array of content flag data.

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!