Specifies whether the class or property can be used as part of the search criteria for a query.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsSearchable As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsSearchable { get; } |
C++ |
---|
property Nullable<bool> IsSearchable abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsSearchable(); |
JScript |
---|
public function get IsSearchable() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ