PreferenceObjectService GetAllObjectNames Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public IList<string> GetAllObjectNames(
	string className
)

Parameters

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

Return Value

Type: IList String 
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
System ArgumentExceptionIf className is null or empty.
See Also