MFIdentifierSet Method

Helper function able to set the identifier value to almost any object type. Accepts MFIdentifier, string, int, enum, and other that cast to string. 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 Set(
	Object anyObject
)

Parameters

anyObject  Object
Source of any type.

Return Value

MFIdentifier
This instance.

Remarks

Note that using with integer like object will clear the alias, unlike setting the .ID directly.

See Also