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

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

C#
public TagData AddTagToUser(String tagText, Long userId, int languageId);
Visual Basic
Public Function AddTagToUser(ByVal tagText As String, ByVal userId As Long, ByVal languageId As Integer) As TagData
Parameters 
Description 
tagText 
Text of the tag to apply to an object. 
userId 
ID of the user that is being tagged. 
languageId 
ID of language the tag should be saved as. 

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!