You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > Tags Class > Tags Methods > DeleteTagOnObject
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Tags.DeleteTagOnObject Method

Deletes a user's tag applied to an object. For example, User A has tagged content ID 101 with "CMS" and he now wishes to delete that object tag.

C#
public Boolean DeleteTagOnObject(Long tagID, Long ObjectID, EkEnumeration.CMSObjectTypes ObjectType, Long userId);
Visual Basic
Public Function DeleteTagOnObject(ByVal tagID As Long, ByVal ObjectID As Long, ByVal ObjectType As EkEnumeration.CMSObjectTypes, ByVal userId As Long) As Boolean
Parameters 
Description 
tagID 
ID of tag to delete. 
ObjectID 
ID of the object to delete tags. 
ObjectType 
The type of object associated with the ObjectId. 
userId 
The user who originally applied the tag and wants to delete it. 

True if operation was successful.

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!