Indicates the GUID of the content search item to be modified. This is a required property.
New content search items cannot be added to a query, so the itemId value must match the GUID of a content search item existing in the search template.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property ItemId As String |
| C# |
|---|
public string ItemId { get; set; } |
| Visual C++ |
|---|
public: property String^ ItemId { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_itemId(); function set_itemId(value); |