VaultApplicationBaseGetPropertyCustomValue Method

Invokes the property custom value calculation handler.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual TypedValue GetPropertyCustomValue(
	ScriptEnvironment environment
)

Parameters

environment  ScriptEnvironment
The environment that the assembly should process.

Return Value

TypedValue
The calculated custom value.

See Also