GetCategoryRuleSetConfiguration Method
Gets the rules that determine which category gets assigned to an entity.
Required Permissions
NoneSyntax
public CatRuleSetCfg GetCategoryRuleSetConfiguration(
System.string entityClassId
)Public Function GetCategoryRuleSetConfiguration( _
ByVal entityClassId As System.String _
) As CatRuleSetCfgParameters
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
Return Value
An object containing the category rule sets.