Specifies the group actions for the content search item to be used. The group actions
specified will override the group actions for the content search item in the search template (the
groupaction element). If null, no change is made to the group actions for the content search item in the
search template.
Note: Some group actions may not be applicable to all supported content search engines.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property GroupAction As Nullable(Of GroupAction) |
C# |
---|
public Nullable<GroupAction> GroupAction { get; set; } |
JavaScript |
---|
function get_groupAction();
function set_groupAction(value); |