Ektron.Cms.Framework.Community.FriendsTaxonomyManager

Friends taxonomy mamager class

Properties
ApiMode Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
ContentLanguage Gets or sets the current content language.
FriendsFolderManagerService returns an instance of the business objects task manager service.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
FriendsTaxonomyManager constructor
FriendsTaxonomyManager(ApiAccessMode) constructor
Add(FriendTaxonomyData) Adds a new FriendTaxonomyData item, with details from the supplied FriendTaxonomyData object.
Update(FriendTaxonomyData) Updates a FriendTaxonomyData item, with details from the supplied friendTaxonomyData object.
Delete(Int64) Deletes an existing FriendTaxonomyData.
GetItem(Int64) Returns details of a FriendTaxonomyData item. To retrieve the whole or partial parts of the tree, use GetTree().
GetTree(Int64,Int32,Boolean,PagingInfo) Returns a Friend's Taxonomy Tree.
GetUserTaxonomy(Int64) Gets a user's Friends Taxonomy.