Table of Contents


Article Category

Provides access to data categories applied to article posts. Each article post can be associated with a single category.
The entity name is: "BlogCategory".
 

API NameLabelRequiredData TypeDescription
BlogIdArticle TypeYesMasterDetail(Article Type)Links this category to an Article Type, controlling which posts it applies to.
CreatedByIdCreated ByNoLookup(User)The user who created this category records. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when the category was first created. Read-Only.
IdIdNoIDSystem-generated unique identifier for the category record. Read-Only.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the category is in the recycle bin).
ModifiedByIdModified ByNoLookup(User)The user who last modified this category record. Read-Only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update to this record. Read-Only.
NameNameYesText(120)The human-readable name of the category (displayed to end-users).
SortOrderSort OrderNoNumber(18,0)Numeric value used to control the display order of categories.
UseCountUse CountNoRollup SummaryRoll-up count of how many posts are assigned to this category.