MFSearchBuilderFindOneEx Method |
Executes an object search in the vault with the current conditions,
and returning the first result wrapped as an ObjVerEx object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ObjVerEx FindOneEx(
MFSearchFlags searchFlags = MFSearchFlags.MFSearchFlagDisableRelevancyRanking,
int searchTimeoutInSeconds = 60
)
Public Function FindOneEx (
Optional searchFlags As MFSearchFlags = MFSearchFlags.MFSearchFlagDisableRelevancyRanking,
Optional searchTimeoutInSeconds As Integer = 60
) As ObjVerEx
public:
ObjVerEx^ FindOneEx(
MFSearchFlags searchFlags = MFSearchFlags::MFSearchFlagDisableRelevancyRanking,
int searchTimeoutInSeconds = 60
)
Parameters
- searchFlags (Optional)
- Type: MFSearchFlags
Search flags for the search operation. - searchTimeoutInSeconds (Optional)
- Type: SystemInt32
The timeout in seconds for the search operation (0 means infinite).
Return Value
Type:
ObjVerExThe first result wrapped as an ObjVerEx object.
See Also