MFIdentifier   Conversion (MFBuiltInObjectType to MFIdentifier)

Implicit cast from M-Files enum to identifier.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static implicit operator MFIdentifier (
	MFBuiltInObjectType objType
)

Parameters

objType  MFBuiltInObjectType
Enum reference.

Return Value

MFIdentifier
MFIdentifier for the reference.

See Also