Specifies select list properties to augment the select list properties in the search template. The property
symbolic names must be used for these properties. The search will use the select list properties specified
here in addition to the list of select list properties specified in the search template. If null, only the
select list properties specified in the search template are used for the search.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property AugmentedSelectList As IList(Of String) |
C# |
---|
public IList<string> AugmentedSelectList { get; set; } |
Visual C++ |
---|
public:
property IList<String^>^ AugmentedSelectList {
IList<String^>^ get ();
void set (IList<String^>^ value);
} |
JavaScript |
---|
function get_augmentedSelectList();
function set_augmentedSelectList(value); |