MFIdentiferResolverResolve Method

Resolves the ID of an MFIdentifier.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public int Resolve(
	Type structureType,
	MFIdentifier identifer
)

Parameters

structureType  Type
The type of structure the identifier is for.
identifer  MFIdentifier
The identifier to resolve.

Return Value

Int32
The id if found, -1 otherwise.

Implements

IMFIdentiferResolverResolve(Type, MFIdentifier)

See Also