ObjVerExExpandReferenceTree Method |
Returns a list of
ObjVerEx from M-Files placeholders referencing Real Objects.
Supports: id number and {alias} referencing.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IEnumerable<ObjVerEx> ExpandReferenceTree(
string text,
bool hideMissingValues = true
)
Public Function ExpandReferenceTree (
text As String,
Optional hideMissingValues As Boolean = true
) As IEnumerable(Of ObjVerEx)
public:
IEnumerable<ObjVerEx^>^ ExpandReferenceTree(
String^ text,
bool hideMissingValues = true
)
Parameters
- text
- Type: SystemString
A string containing placeholders that should be used to resolve an object reference. - hideMissingValues (Optional)
- Type: SystemBoolean
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
Type:
IEnumerableObjVerExLookups Collection
See Also