Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / DocumentInfo Class / SetKeywordsAsText Method
The space-delimited list of keywords.

In This Topic
    SetKeywordsAsText Method (DocumentInfo)
    In This Topic
    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.)
    Syntax
    'Declaration
     
    Public Sub SetKeywordsAsText( _
       ByVal value As String _
    ) 
    public void SetKeywordsAsText( 
       string value
    )

    Parameters

    value
    The space-delimited list of keywords.
    See Also