AudioObject.DoesBelongToCategory Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Checks if this AudioObject belongs to a specific category

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool DoesBelongToCategory(
	string categoryName
)

Parameters

categoryName
Type: System..::..String
The name of the category

Return Value

Type: Boolean
true if the category with the specified name or one of its child categories contains the AudioItem the AudioObject belongs to.

See Also