Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DataCategory Class
Represents the categories within a category group.
Namespace
Usage
The Schema.DataCategory object is returned by the getTopCategories method.
DataCategory Methods
The following are methods for DataCategory. All are instance methods.
getChildCategories()
Returns a recursive object that contains the visible sub
categories in the data category.
Signature
public Schema.DataCategory getChildCategories()
Return Value
Type: List<Schema.DataCategory>
getLabel()
Returns the label for the data category used in the Salesforce user interface.
Signature
public String getLabel()
Return Value
Type: String
getName()
Returns the unique name used by the API to access to the data category.
Signature
public String getName()
Return Value
Type: String