Specifies the GUID of a folder in the search template to be modified or excluded, or the GUID of a new folder to
be added to the search. This is a required property.
Note: If a new folder is being added to the search, all properties for this instance must be set
or an exception will be thrown.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
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); |