AudioObjectDoesBelongToCategory Method
|
Checks if this
AudioObject belongs to a specific category
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public bool DoesBelongToCategory(
string categoryName
)
Parameters
- categoryName
- Type: SystemString
The name of the category
Return Value
Type:
Booleantrue if the category with the specified name or one of its child categories
contains the
AudioItem the
AudioObject belongs to.
See Also