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

Returns flagData for a piece of content for a given user. 

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 = "GetContentFlagData", Description = "gets flagged data using user or visitor id")]
public ContentFlagData GetContentFlagData(long contentId, long userId, String visitorId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetContentFlagData", Description = "gets flagged data using user or visitor id")>
Public Function GetContentFlagData(contentId As long, userId As long, visitorId As String) As ContentFlagData
Parameters 
Description 
contentid 
Id of content to retrieve flag for. 
userid 
Id of cms user who flagged content. 

ContentFlagData object.

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!