GetCategoryIdsByEntityMasterIds Method
Gets the categories for a set of entities.
Required Permissions
NoneSyntax
public System.long[] GetCategoryIdsByEntityMasterIds(
System.string entityClassId,
System.long[] entityMasterIds
)Public Function GetCategoryIdsByEntityMasterIds( _
ByVal entityClassId As System.String, _
ByVal entityMasterIds() As System.Long _
) As System.Long()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
| entityMasterIds | An array of entity master IDs. |
Return Value
The corresponding category IDs.