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

Applies a tag to a piece of content. If the tag text does not already exist, it is created. The newly created ID is accessible via the returned TagData.

C#
public TagData AddTagToContent(String tagText, Long contentId, Long userId, int languageId);
Visual Basic
Public Function AddTagToContent(ByVal tagText As String, ByVal contentId As Long, ByVal userId As Long, ByVal languageId As Integer) As TagData
Parameters 
Description 
tagText 
Text of tag to apply to object. 
contentId 
ID of the piece of content that is being tagged. 
userId 
ID of the user applying the tag. 
languageId 
ID of the language the tagText should be saved as. Use -1 for all languages. 

TagData structure representing the applied tag.

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!