Identifies an object as either a stored search or search template. This setting is currently not referenced, and is an indicator only of the search type used to
validate the MIME type of a document as acceptable for a stored search. The corresponding values are:
Namespace:
FileNet.Api.Query- 1 : stored search
- 2 : search template
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SearchType As Nullable(Of Integer) |
C# |
---|
Nullable<int> SearchType { get; set; } |
Visual C++ |
---|
property Nullable<int> SearchType { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_searchType(); function set_searchType(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ