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

Returns a list of content related to the supplied Content via a common Tag. For example, both content item one and content item two are tagged with "CMS" and are considered related. 

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

~/Workarea/webservices/WebServiceAPI/Community/Tags.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllTagRelatedContent", Description = "Returns a list of content related to the supplied Content via a common Tag.  For example, both Content one and Content Two are both tagged with \"CMS\" and are considered related.")]
public ContentData[] GetAllTagRelatedContent(long contentId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllTagRelatedContent", Description = "Returns a list of content related to the supplied Content via a common Tag.  For example, both Content one and Content Two are both tagged with \"CMS\" and are considered related.")>
Public Function GetAllTagRelatedContent(contentId As long) As ContentData()
Parameters 
Description 
contentId 
This is the content item for which to retrieve related content. 

Returns an array of partially populated ContentData objects.

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!