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.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public ObjVerEx FindOneEx(
MFSearchFlags searchFlags = MFSearchFlags.MFSearchFlagDisableRelevancyRanking,
int searchTimeoutInSeconds = 60
)
- searchFlags MFSearchFlags (Optional)
- Search flags for the search operation.
- searchTimeoutInSeconds Int32 (Optional)
-
The timeout in seconds for the search operation (0 means infinite).
ObjVerExThe first result wrapped as an ObjVerEx object.