You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Classes

The following table lists classes in this documentation.

 
Name 
Description 
 
The CommunityGroup class allows you to work with community groups in CMS400.NET. For example, you can add a community group (AddCommunityGroup), get a list a list of community groups (GetAllCommunityGroups) or add a user to a community group (AddUserToCommunityGroup).  
 
The Favorites class allows you to work with a user's favorites. Favorites are content items that a user has designated as their favorite content. From this class, you can add content to a user's favorites (AddContentFavorite), remove content from a user's favorites (DeleteContentFavorite) or get a list of favorites for a given user (GetContentFavorites).  
 
The Flagging class allows you to work with Flag Objects, Flag Entries and content that has been flagged. For example, you can assign a flag to content (AssignFlagToContent) or get a list of flags for a content item (GetContentFlagData).  
 
Friends, which are the same as Colleagues in CMS400.NET, allow users to associate themselves with other users in the community. This API class allows you to manage colleagues for users in the system. For example, you can add a colleague (AddFriend), remove a colleague (DeleteFriend) or get a list of current colleagues (GetFriends).  
 
The MessageBoard class allows you to work with message board entries associated with a user, community group or content item. For example, you can add a message to a message board (AddMessageBoardEntry), delete a message (DeleteMessageBoardEntry) or get a list of message board items for an object (GetAllMessageBoardEntries).  
 
Tags 
The Tags class allows you to manage tags for content, users, and community groups. For example, you can add a tag to the system (AddTag), add a tag to a user (AddTagToUser), get a list of tags associated with a user (GetTagsForUser) or delete a tag by its ID (DeleteTagById).  
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!