PreferenceObjectServiceGetAllObjectNames Method TIBCO Spotfire 7.6 API Reference
Gets the names of all preference objects for the Preference Class given by className, including the application default object.

Namespace: Spotfire.Dxp.Framework.Preferences
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public IList<string> GetAllObjectNames(
	string className
)

Parameters

className
Type: SystemString
The name of the preference class for which all object names will be returned.

Return Value

Type: IListString
A list of all object names for the Preference class given by className. If no objects are found, an empty list is returned.
Exceptions

ExceptionCondition
ArgumentExceptionIf className is null or empty.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference