PreferenceObjectService Exists Method TIBCO Spotfire 6.0 API Reference
Checks whether or not a preference object exists.

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 bool Exists(
	PreferenceObjectIdentifier objectId
)

Return Value

Type: Boolean
true if the object exists; otherwise false.
Exceptions

ExceptionCondition
System ArgumentNullException If objectId is null.
System ArgumentExceptionIf the preference class given in objectId doesn't exist.
See Also