You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > Tags Class > Tags Methods > GetTagsForObject Method > GetTagsForObject
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Tags.GetTagsForObject Method (Long, CMSObjectTypes, Integer)

Returns an array of tags for a given object.

C#
public TagData[] GetTagsForObject(Long objectId, CMSObjectTypes objectType, int languageId);
Visual Basic
Public Function GetTagsForObject(ByVal objectId As Long, ByVal objectType As CMSObjectTypes, ByVal languageId As Integer) As TagData()
Parameters 
Description 
objectId 
The object ID to retrieve tags for. 
objectType 
The object type to retrieve tags for. 
languageId 
The language ID of the tags to retrieve. 

An array of TagData objects that have been applied to an 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!