You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community 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 One and Content Two are both tagged with "CMS" and are considered related.

C#
public ContentData[] GetAllTagRelatedContent(Long contentId);
Visual Basic
Public Function GetAllTagRelatedContent(ByVal contentId As Long) As ContentData()
Parameters 
Description 
contentId 
This is the piece of content for which to retrieve related content. 

Returns 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!