Specifies the content search item data (the query text) to be used.
The content search item query text specified here overrides the content search item query text in the search template.
If null, no change is made to the query text for the content search item in the search template.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property ItemData As IList(Of String) |
C# |
---|
public IList<string> ItemData { get; set; } |
Visual C++ |
---|
public:
property IList<String^>^ ItemData {
IList<String^>^ get ();
void set (IList<String^>^ value);
} |
JavaScript |
---|
function get_itemData();
function set_itemData(value); |