ObjVerExExpandReferenceTreesAsLookup Method

Returns a ObjVerEx from an M-Files placeholder. Supports: id number and {alias} referencing.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ObjVerEx ExpandReferenceTreesAsLookup(
	string text,
	bool hideMissingValues = true
)

Parameters

text  String
A string containing placeholders that should be used to resolve reference(s) in a vault.
hideMissingValues  Boolean  (Optional)
Indicates whether placeholders should be left as they are if the object doesn't have a property referenced by a placeholder, instead of being replaced by an empty string. If set to false, format string can be passed to multiple objects.

Return Value

ObjVerEx
Lookup

See Also