LibraryItemMetadataSettings TryGetKeywords Method TIBCO Spotfire 6.0 API Reference
Tries to get the keywords previously set by the SetKeywords method. Returns true and assigns the keywordsProperty parameter if the keywords have previously been set.

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetKeywords(
	out LibraryItemProperty keywordsProperty
)

Parameters

keywordsProperty
Type: Spotfire.Dxp.Framework.Library LibraryItemProperty 
Will be assigned with the previously set keywords or null.

Return Value

Type: Boolean
true if the keywords have previously been set.
See Also