The following tables list the members exposed by the Category type.

Name Description
Public method Static CreateCategory(string, string, EntityID, EntityID, IDatabase) Create a new category
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Static GetAllGroupAccess(EntityID, IDatabase) Get information about all groups who can access a category
Public method Static GetAllRoleAccess(EntityID, IDatabase) Get information about all groups who can access a category
Public method Static GetAllUserAccess(EntityID, IDatabase) Get information about all users who can access a category
Public method Static GetCategoryID(string, IDatabase) Get a category id by its name
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method Static GetParentCategoryID(EntityID, IDatabase) Get the parent category id
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static GetUserAccess(EntityID, EntityID, IDatabase) Get the access type a user has
Public method Static GetUserAccess(EntityID, EntityID, List<EntityID>, IDatabase) Get the access type a user has
Public method Static GetUserAccessOld(EntityID, EntityID, List<EntityID>, IDatabase) Get the access type a user has
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Static UpdateCategory(EntityID, string, string, EntityID, IDatabase) Update a category
Top