Determines whether the specified option category is registered.

bool IsOptionRegistered( 
string categoryKey
string optionKey 
)

Parameters

categoryKey

Type: string

The unique identifier for this category of options.

optionKey

Type: string

The identifier for this option, which must be unique within the category.

Return Value

True if the option is registered.