You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > Flagging Class > Flagging Methods > GetAllFlagEntries Method > GetAllFlagEntries
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Flagging.GetAllFlagEntries Method (Integer, DateTime, DateTime, Integer)

Gets a list of flag entries over a given time period.

C#
public ContentFlagData[] GetAllFlagEntries(int maxResults, DateTime startDate, DateTime endDate, ref int totalFlags);
Visual Basic
Public Function GetAllFlagEntries(ByVal maxResults As Integer, ByVal startDate As DateTime, ByVal endDate As DateTime, ByRef totalFlags As Integer) As ContentFlagData()
Parameters 
Description 
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!