Specifies the GUID of the Where property to be modified or excluded,
This is a required property.
New Where properties cannot be added to a query, so the ItemId value must match the GUID of a Where property (whereprop 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); |