Autodesk Vault ProfessionalVault API

CategoryService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for manipulating categories.

Syntax

public sealed class CategoryService : CategoryServiceBase, IWebService  
Public NotInheritable Class CategoryService
   Inherits CategoryServiceBase
   Implements IWebService 

Methods

NameDescription
AddCategoryAdds a new Category
ApplyCategoryRulesApplys category rules to a set of entities.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
CopyCategoryConfigurationCreates a new categroy configuration using an existing one as a template.
DeleteCategoryDeletes a category.
GetAllCategoryColorsGets all category colors in the system.
GetCategoriesByEntityClassIdGets all the categories for a given entity class.
GetCategoryByIdGets a category based on its ID.
GetCategoryConfigurationByIdGets a category and related behaviours by a category ID.
GetCategoryConfigurationsByBehaviorNamesGets a set of categories and their behaviors.
GetCategoryDeleteRestrictionsByIdGets any delete restrictions related to a given category.
GetCategoryIdsByEntityMasterIdsGets the categories for a set of entities.
GetCategoryRuleSetConfigurationGets the rules that determine which category gets assigned to an entity.
UpdateCategoriesBehaviorAssignmentTypesUpdates how a behavior relates to a set of categories.
UpdateCategoriesPropertyDefinitionAssignmentTypesUpdates how a property definition works with a set of categories.
UpdateCategoryUpdates category information.
UpdateCategoryBehaviorAssignmentTypesUpdate the behaviors for a category.
UpdateCategoryRuleSetConfigurationUpdates the rules that determine how files get associated to a category.

Returned By

Where you get a CategoryService — members that return one.

Inheritance Hierarchy

See Also