ComponentOne Document Library for UWP
SetKeywordsAsText Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > DocumentInfo Class : SetKeywordsAsText Method
The space-delimited list of keywords.
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 System.String _
) 
public void SetKeywordsAsText( 
   System.string value
)

Parameters

value
The space-delimited list of keywords.
See Also

Reference

DocumentInfo Class
DocumentInfo Members