CategoryService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for manipulating categories.
Syntax
public sealed class CategoryService : CategoryServiceBase, IWebService Public NotInheritable Class CategoryService
Inherits CategoryServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| AddCategory | Adds a new Category |
| ApplyCategoryRules | Applys category rules to a set of entities. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| CopyCategoryConfiguration | Creates a new categroy configuration using an existing one as a template. |
| DeleteCategory | Deletes a category. |
| GetAllCategoryColors | Gets all category colors in the system. |
| GetCategoriesByEntityClassId | Gets all the categories for a given entity class. |
| GetCategoryById | Gets a category based on its ID. |
| GetCategoryConfigurationById | Gets a category and related behaviours by a category ID. |
| GetCategoryConfigurationsByBehaviorNames | Gets a set of categories and their behaviors. |
| GetCategoryDeleteRestrictionsById | Gets any delete restrictions related to a given category. |
| GetCategoryIdsByEntityMasterIds | Gets the categories for a set of entities. |
| GetCategoryRuleSetConfiguration | Gets the rules that determine which category gets assigned to an entity. |
| UpdateCategoriesBehaviorAssignmentTypes | Updates how a behavior relates to a set of categories. |
| UpdateCategoriesPropertyDefinitionAssignmentTypes | Updates how a property definition works with a set of categories. |
| UpdateCategory | Updates category information. |
| UpdateCategoryBehaviorAssignmentTypes | Update the behaviors for a category. |
| UpdateCategoryRuleSetConfiguration | Updates the rules that determine how files get associated to a category. |
Returned By
Where you get a CategoryService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.CategoryServiceBase
- Autodesk.Connectivity.WebServices.CategoryService