MFIdentifierResolve(Vault, Type, Int32, Boolean) Method

Update this MFIdentifier to contain resolved ID of the alias, if it is not already resolved. Returns itself to allow command chaining.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public MFIdentifier Resolve(
	Vault vault,
	Type targetType,
	int valueList,
	bool forceRefresh = false
)

Parameters

vault  Vault
The vault where to resolve.
targetType  Type
Type of the object
valueList  Int32
The value list if resolving ValueListItems or ObjIDs
forceRefresh  Boolean  (Optional)
Forces re-resolution if the identifier has already been resolved.

Return Value

MFIdentifier
this MFIdentifier

See Also