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

Updates an existing Flag on an Object. 

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 = "UpdateFlagObject", Description = "update flag definition")]
public void UpdateFlagObject(ObjectFlagData objectFlag);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "UpdateFlagObject", Description = "update flag definition")>
Public Function UpdateFlagObject(objectFlag As ObjectFlagData) As void
Parameters 
Description 
request 
Request criteria defining the flag data for the 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!