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

Retrieves a flag entry on a piece of content. 

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 = "GetFlagDataById", Description = "gets content flag date using flag id")]
public ContentFlagData GetFlagDataById(long flagId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFlagDataById", Description = "gets content flag date using flag id")>
Public Function GetFlagDataById(flagId As long) As ContentFlagData
Parameters 
Description 
flagId 
ID of the flag entry. 

ContentFlagData

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!