MFSearchBuilderFindOneEx Method

Executes an object search in the vault with the current conditions, and returning the first result wrapped as an ObjVerEx object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ObjVerEx FindOneEx(
	MFSearchFlags searchFlags = MFSearchFlags.MFSearchFlagDisableRelevancyRanking,
	int searchTimeoutInSeconds = 60
)

Parameters

searchFlags  MFSearchFlags  (Optional)
Search flags for the search operation.
searchTimeoutInSeconds  Int32  (Optional)
The timeout in seconds for the search operation (0 means infinite).

Return Value

ObjVerEx
The first result wrapped as an ObjVerEx object.

See Also