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

Updates a specific metadata item attached to a specified piece of content. 

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

~/Workarea/webservices/WebServiceAPI/Content/Content.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "UpdateContentMetaData", Description = "Updates Content Metadata")]
public bool UpdateContentMetaData(long ContentID, long MetaDataTypeID, string MetaDataText);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "UpdateContentMetaData", Description = "Updates Content Metadata")>
Public Function UpdateContentMetaData(ContentID As long, MetaDataTypeID As long, MetaDataText As string) As bool
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!