Assigns the Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the Keywords collection is cleared by this method prior to assignment.)

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void SetKeywordsAsText(
	string value
)
Visual Basic
Public Sub SetKeywordsAsText ( _
	value As String _
)

Parameters

value
Type: System..::..String
The space-delimited list of keywords.

See Also